Docs/getting-started/faq: Remove line break in URL breaking link
[coreboot.git] / payloads / nvramcui / Makefile
blobcfe279bb54397968cf3c4b5905733e002d3c44ea
1 unexport $(COREBOOT_EXPORTS)
3 ARCH = x86_32
4 OBJS = $(obj)/nvramcui.o
5 TARGET = $(obj)/nvramcui.elf
7 all: real-all
9 include ../libpayload/Makefile.payload
11 real-all: $(TARGET)
13 .PHONY: all real-all