xref: /aosp_15_r20/external/coreboot/payloads/nvramcui/Makefile (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1unexport $(COREBOOT_EXPORTS)
2
3ARCH = x86_32
4OBJS = $(obj)/nvramcui.o
5TARGET = $(obj)/nvramcui.elf
6
7all: real-all
8
9include ../libpayload/Makefile.payload
10
11real-all: $(TARGET)
12
13.PHONY: all real-all
14