blob: 4edec32e55de93ca7518a8fc8859746ff3f292d7 [file] [log] [blame]
Maximilian Bruneb62f86b2023-11-05 19:29:14 +01001
2unexport KCONFIG_AUTOHEADER
3unexport KCONFIG_AUTOCONFIG
4unexport KCONFIG_DEPENDENCIES
5unexport KCONFIG_SPLITCONFIG
6unexport KCONFIG_TRISTATE
7unexport KCONFIG_NEGATIVES
8unexport $(COREBOOT_EXPORTS)
9
10build: leanefi
11 $(MAKE) -C leanefi
12
13leanefi:
14 git clone "https://review.coreboot.org/leanefi"
15
16distclean:
17 rm -rf leanefi
18
19clean:
20 $(MAKE) -C leanefi clean
21
22.PHONY: build clean distclean