]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/sandbox/config.mk
Merge git://git.denx.de/u-boot-dm
[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
699946ae 19cmd_u-boot__ = $(CC) -o $@ -Wl,-T u-boot.lds \
ad0fed46
MY
20 -Wl,--start-group $(u-boot-main) -Wl,--end-group \
21 $(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot.map
714a5621 22
4cfc4167
SG
23cmd_u-boot-spl = (cd $(obj) && $(CC) -o $(SPL_BIN) -Wl,-T u-boot-spl.lds \
24 -Wl,--start-group $(patsubst $(obj)/%,%,$(u-boot-spl-main)) \
25 $(patsubst $(obj)/%,%,$(u-boot-spl-platdata)) -Wl,--end-group \
26 $(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot-spl.map -Wl,--gc-sections)
27
714a5621 28CONFIG_ARCH_DEVICE_TREE := sandbox