diff mbox

[arm64,bootwrapper] Fix maintainer-clean make target

Message ID 1396566421.4369.28.camel@smoke (mailing list archive)
State New, archived
Headers show

Commit Message

Geoff Levand April 3, 2014, 11:07 p.m. UTC
Add the missing MAINTAINERCLEANFILES to makefile.am.

Signed-off-by: Geoff Levand <geoff@infradead.org>
---
Hi Catalin,

Here's a minor fix for the arm64 bootwrapper to make
'make maintainer-clean' work.  You can try it with
something this:

autoreconf -i
./configure ...
make maintainer-clean
git ls-files -o

-Geoff

 Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

Comments

Catalin Marinas April 7, 2014, 5:25 p.m. UTC | #1
On Fri, Apr 04, 2014 at 12:07:01AM +0100, Geoff Levand wrote:
> Add the missing MAINTAINERCLEANFILES to makefile.am.
> 
> Signed-off-by: Geoff Levand <geoff@infradead.org>

Thanks. Applied.
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index 5791ad1..c911e51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,3 +88,6 @@  fdt.dtb: $(KERNEL_DTB) Makefile gen-cpu-nodes.sh
 
 # The filesystem archive might not exist if INITRD is not being used
 .PHONY: all clean $(FILESYSTEM)
+
+MAINTAINERCLEANFILES = aclocal.m4 compile config.* configure install-sh \
+	Makefile.in missing