diff options
author | Simon Horman <horms@verge.net.au> | 2008-02-21 17:09:02 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-02-21 17:09:02 +0900 |
commit | e959e493753c740eb7554bc2191c58b079761e11 (patch) | |
tree | 1d791f5a22e7e8c7317a85710710abc0cf3f2d07 /util | |
parent | d098d61ba4e32f3e5786cb8037e949c2ea5a5b64 (diff) |
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 <horms@verge.net.au>
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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) |