sandbox: Migrate ARCH_MAP_SYSMEM to Kconfig
Move this from a hard-coded define in config.mk to Kconfig. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
menu "Sandbox architecture"
|
||||
depends on SANDBOX
|
||||
|
||||
config ARCH_MAP_SYSMEM
|
||||
def_bool y
|
||||
|
||||
config SYS_ARCH
|
||||
default "sandbox"
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
# Copyright (c) 2011 The Chromium OS Authors.
|
||||
|
||||
PLATFORM_CPPFLAGS += -D__SANDBOX__ -U_FORTIFY_SOURCE
|
||||
PLATFORM_CPPFLAGS += -DCONFIG_ARCH_MAP_SYSMEM
|
||||
PLATFORM_CPPFLAGS += -fPIC
|
||||
PLATFORM_LIBS += -lrt
|
||||
SDL_CONFIG ?= sdl2-config
|
||||
|
||||
Reference in New Issue
Block a user