Files
u-boot/board/sandbox/Makefile
Simon Glass a0c2080ce9 sandbox: Add a way of checking structs for standard passage
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>
2025-05-29 19:06:30 +01:00

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