]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/sandbox/config.mk
malta: correct tcl script path in README.malta
[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 # Support generic board on sandbox
9 __HAVE_ARCH_GENERIC_BOARD := y
10
11 cmd_u-boot__ = $(CC) -o $@ -T u-boot.lds \
12         -Wl,--start-group $(u-boot-main) -Wl,--end-group \
13         $(PLATFORM_LIBS) -Wl,-Map -Wl,u-boot.map