Add a file which can be used to check that structs used in standard passage do compile. No other validation is done at present, but could be considered later. Signed-off-by: Simon Glass <sjg@chromium.org>
7 lines
129 B
Makefile
7 lines
129 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (c) 2011 The Chromium OS Authors.
|
|
|
|
obj-y += sandbox.o
|
|
obj-y += stdpass_check.o
|