dd11bf9fe3
Change-Id: I34bf659c1a069ccc27ca613bbf86780d4da49259 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47636 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
13 lines
196 B
Makefile
13 lines
196 B
Makefile
unexport $(COREBOOT_EXPORTS)
|
|
|
|
ARCH = x86_32
|
|
OBJS = $(obj)/nvramcui.o
|
|
TARGET = $(obj)/nvramcui.elf
|
|
|
|
all: real-all
|
|
|
|
include ../libpayload/Makefile.payload
|
|
|
|
real-all: $(TARGET)
|
|
|
|
.PHONY: all real-all
|