]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/sandbox/config.mk
sandbox: Add SDL library for LCD, keyboard, audio
[karo-tx-uboot.git] / arch / sandbox / config.mk
1 # Copyright (c) 2011 The Chromium OS Authors.
2 # SPDX-License-Identifier:      GPL-2.0+
3
4 PLATFORM_CPPFLAGS += -DCONFIG_SANDBOX -D__SANDBOX__ -U_FORTIFY_SOURCE
5 PLATFORM_CPPFLAGS += -DCONFIG_ARCH_MAP_SYSMEM -DCONFIG_SYS_GENERIC_BOARD
6 PLATFORM_LIBS += -lrt
7
8 ifdef CONFIG_SANDBOX_SDL
9 PLATFORM_LIBS += $(shell sdl-config --libs)
10 PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
11 endif
12
13 # Support generic board on sandbox
14 __HAVE_ARCH_GENERIC_BOARD := y
15
16 cmd_u-boot__ = $(CC) -o $@ -T u-boot.lds \
17         -Wl,--start-group $(u-boot-main) -Wl,--end-group \
18         $(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot.map
19
20 CONFIG_ARCH_DEVICE_TREE := sandbox