blob: c0af7eff86437578541188b2909856c58d4a7b7b [file] [log] [blame]
Patrick Williams92b42cb2022-09-03 06:53:57 -05001From a11c8f88de6b6c42c805ba76e70532977bfd24bf Mon Sep 17 00:00:00 2001
2From: Saul Wold <sgw@linux.intel.com>
3Date: Wed, 10 Dec 2014 10:26:33 -0800
4Subject: [PATCH] remove clean script
5
6This script try to call git submodule, since we are downloading
7the tarball it seems in-correct to do this.
8
9Upstream-Status: Inappropriate [OE-Specific]
10Signed-off-by: Saul Wold <sgw@linux.intel.com>
11Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
12---
13 efi/Makefile | 1 -
14 1 file changed, 1 deletion(-)
15
16diff --git a/efi/Makefile b/efi/Makefile
17index 72e081e..3cfb3f6 100644
18--- a/efi/Makefile
19+++ b/efi/Makefile
20@@ -102,7 +102,6 @@ tidy dist:
21 rm -f *.so *.o wrapper
22 find . \( -name \*.o -o -name \*.a -o -name .\*.d -o -name \*.tmp \) -print0 | \
23 xargs -0r rm -f
24- $(topdir)/efi/clean-gnu-efi.sh $(EFI_SUBARCH) $(objdir)
25
26 clean: tidy
27