Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36461 )
Change subject: payloads/external/FILO: Pass Libpayloads path on the clean target ......................................................................
payloads/external/FILO: Pass Libpayloads path on the clean target
Change-Id: If5f8f4ecce317e54cd4b5688553cc38220f6e6df Signed-off-by: Arthur Heymans arthur@aheymans.xyz --- M payloads/external/FILO/Makefile 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/61/36461/1
diff --git a/payloads/external/FILO/Makefile b/payloads/external/FILO/Makefile index a89ea2a..ffb4e1f 100644 --- a/payloads/external/FILO/Makefile +++ b/payloads/external/FILO/Makefile @@ -44,7 +44,7 @@ $(MAKE) && $(MAKE) DESTDIR=../external/FILO/filo/build install
clean: - test -d filo && $(MAKE) -C filo clean || exit 0 + test -d filo && $(MAKE) -C filo clean LIBCONFIG_PATH=../../../libpayload || exit 0
distclean: rm -rf filo