payloads/external/leanefi/Makefile: Fix clean target
Just follow the examples of other payloads and simply remove the build directory of said payload. Change-Id: Idf2a8f3b9ecbb300514d2d1deede76785fd402b7 Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82897 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
parent
b152f10d5a
commit
96084d5957
2
payloads/external/leanefi/Makefile
vendored
2
payloads/external/leanefi/Makefile
vendored
@ -17,6 +17,6 @@ distclean:
|
|||||||
rm -rf leanefi
|
rm -rf leanefi
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C leanefi clean
|
rm -rf leanefi/build
|
||||||
|
|
||||||
.PHONY: build clean distclean
|
.PHONY: build clean distclean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user