blob: 62d2cd65b87413b20902024c9bf5ee4c7fb9c6be [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:
Maximilian Brune96084d52024-06-04 11:56:56 +020020 rm -rf leanefi/build
Maximilian Bruneb62f86b2023-11-05 19:29:14 +010021
22.PHONY: build clean distclean