From e959e493753c740eb7554bc2191c58b079761e11 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Thu, 21 Feb 2008 17:09:02 +0900 Subject: Only include needed files in distribution tarball With the recent build changes a number of unneded files crept into tarballs, including .o and .d files. This patch is farily verbose, but hopefully in the long run this system will be obvious enough to be maintainable. Signed-off-by: Simon Horman --- util/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/Makefile b/util/Makefile index 6fee925..89732a1 100644 --- a/util/Makefile +++ b/util/Makefile @@ -7,4 +7,5 @@ $(BIN_TO_HEX): $(srcdir)/util/bin-to-hex.c $(BIN_TO_HEX): CC=$(BUILD_CC) $(BIN_TO_HEX): CFLAGS=$(BUILD_CFLAGS) +dist += util/Makefile util/bin-to-hex.c clean += util/bin-to-hex.o $(BIN_TO_HEX) -- cgit