]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/sandbox/config.mk
generic-board: select SYS_GENERIC_BOARD for some architectures
[people/ms/u-boot.git] / arch / sandbox / config.mk
CommitLineData
4b0730d2 1# Copyright (c) 2011 The Chromium OS Authors.
1a459660 2# SPDX-License-Identifier: GPL-2.0+
4b0730d2 3
90f984e3 4PLATFORM_CPPFLAGS += -D__SANDBOX__ -U_FORTIFY_SOURCE
0a9e7ee5 5PLATFORM_CPPFLAGS += -DCONFIG_ARCH_MAP_SYSMEM
d99a6874 6PLATFORM_LIBS += -lrt
a733b06b 7
e50ab229
SG
8# Define this to avoid linking with SDL, which requires SDL libraries
9# This can solve 'sdl-config: Command not found' errors
10ifneq ($(NO_SDL),)
11PLATFORM_CPPFLAGS += -DSANDBOX_NO_SDL
12else
bbc09bf2
SG
13ifdef CONFIG_SANDBOX_SDL
14PLATFORM_LIBS += $(shell sdl-config --libs)
15PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
16endif
e50ab229 17endif
bbc09bf2 18
ad0fed46
MY
19cmd_u-boot__ = $(CC) -o $@ -T u-boot.lds \
20 -Wl,--start-group $(u-boot-main) -Wl,--end-group \
21 $(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot.map
714a5621
SG
22
23CONFIG_ARCH_DEVICE_TREE := sandbox