soc/intel/cmn/cse: Deprecate CONFIG_SOC_INTEL_CSE_RW_VERSION
[coreboot2.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