blob: 1e59cbba31e2530e4eb6df7f888c88ff1cae9044 [file] [log] [blame]
Maximilian Brune25e3c632024-06-04 18:11:03 +02001## SPDX-License-Identifier: GPL-2.0-only
Maximilian Bruneb62f86b2023-11-05 19:29:14 +01002
3unexport KCONFIG_AUTOHEADER
4unexport KCONFIG_AUTOCONFIG
5unexport KCONFIG_DEPENDENCIES
6unexport KCONFIG_SPLITCONFIG
7unexport KCONFIG_TRISTATE
8unexport KCONFIG_NEGATIVES
9unexport $(COREBOOT_EXPORTS)
10
11build: leanefi
12 $(MAKE) -C leanefi
13
14leanefi:
15 git clone "https://review.coreboot.org/leanefi"
16
17distclean:
18 rm -rf leanefi
19
20clean:
Maximilian Brune96084d52024-06-04 11:56:56 +020021 rm -rf leanefi/build
Maximilian Bruneb62f86b2023-11-05 19:29:14 +010022
23.PHONY: build clean distclean