mb/lenovo: Add ThinkCentre M920q (Coffee Lake)
[coreboot.git] / payloads / nvramcui / Makefile
bloba0662cf8dc0e34b04e08a0f169c40122e2d4af50
1 unexport $(COREBOOT_EXPORTS)
3 OBJS = $(obj)/nvramcui.o
4 TARGET = $(obj)/nvramcui.elf
6 all: real-all
8 include ../libpayload/Makefile.payload
10 real-all: $(TARGET)
12 .PHONY: all real-all