aboutsummaryrefslogtreecommitdiff
path: root/payloads/external/leanefi/Makefile
blob: 62d2cd65b87413b20902024c9bf5ee4c7fb9c6be (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:
	rm -rf leanefi/build

.PHONY: build clean distclean