From 372766f26b8d765d4a6cc58992febc957c9b4d66 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 30 Oct 2019 11:35:55 +0100 Subject: payloads/external/FILO: Pass Libpayloads path on the clean target FILO's Makefile will check for libpayload and might not even `clean` if it's not found. Change-Id: If5f8f4ecce317e54cd4b5688553cc38220f6e6df Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36461 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- payloads/external/FILO/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'payloads/external') diff --git a/payloads/external/FILO/Makefile b/payloads/external/FILO/Makefile index 6175cfe62c..90895572a9 100644 --- a/payloads/external/FILO/Makefile +++ b/payloads/external/FILO/Makefile @@ -44,7 +44,7 @@ libpayload: checkout $(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 -- cgit v1.2.3