SeaBIOS Makefile.inc: Remove build dir for uppermem option
The build directory got removed while my patch was in flight and I didn't notice when I submitted it. The uppermemory change was added in commit4d7d25f38a
- http://review.coreboot.org/#/c/6364 The output directory was changed for everything else in commitab11a6a94c
- http://review.coreboot.org/#/c/6460 Change-Id: Ib8311f694280d305e826adbb76e3e7b722b30e0f Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/7298 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
d7d0c81348
commit
e69c6133c2
|
@ -32,7 +32,7 @@ else
|
|||
echo "# CONFIG_DEBUG_SERIAL is not set" >> seabios/.config
|
||||
endif
|
||||
ifneq ($(CONFIG_SEABIOS_MALLOC_UPPERMEMORY),y)
|
||||
echo "# CONFIG_MALLOC_UPPERMEMORY is not set" >> $(OUT)/seabios/.config
|
||||
echo "# CONFIG_MALLOC_UPPERMEMORY is not set" >> seabios/.config
|
||||
endif
|
||||
ifneq ($(CONFIG_SEABIOS_THREAD_OPTIONROMS),y)
|
||||
echo "# CONFIG_THREAD_OPTIONROMS is not set" >> seabios/.config
|
||||
|
|
Loading…
Reference in New Issue