summaryrefslogtreecommitdiff
path: root/payloads/external/leanefi/Makefile
blob: 4edec32e55de93ca7518a8fc8859746ff3f292d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

unexport KCONFIG_AUTOHEADER
unexport KCONFIG_AUTOCONFIG
unexport KCONFIG_DEPENDENCIES
unexport KCONFIG_SPLITCONFIG
unexport KCONFIG_TRISTATE
unexport KCONFIG_NEGATIVES
unexport $(COREBOOT_EXPORTS)

build: leanefi
	$(MAKE) -C leanefi

leanefi:
	git clone "https://review.coreboot.org/leanefi"

distclean:
	rm -rf leanefi

clean:
	$(MAKE) -C leanefi clean

.PHONY: build clean distclean