blob: a0662cf8dc0e34b04e08a0f169c40122e2d4af50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
unexport $(COREBOOT_EXPORTS)
OBJS = $(obj)/nvramcui.o
TARGET = $(obj)/nvramcui.elf
all: real-all
include ../libpayload/Makefile.payload
real-all: $(TARGET)
.PHONY: all real-all
|