diff options
author | Felix Fietkau <nbd@openwrt.org> | 2008-08-17 11:14:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2008-08-17 11:14:13 +0000 |
commit | bdb9c7351ce20a84c4aca2139d1526e57a828b70 (patch) | |
tree | e524313fd5211d7d2ba00520d2c162e21d44344f /target/Makefile | |
parent | a74bb3b4173ed5cd86bece29312c2103bd79dc37 (diff) | |
download | upstream-bdb9c7351ce20a84c4aca2139d1526e57a828b70.tar.gz upstream-bdb9c7351ce20a84c4aca2139d1526e57a828b70.tar.bz2 upstream-bdb9c7351ce20a84c4aca2139d1526e57a828b70.zip |
some more build system cleanup
SVN-Revision: 12329
Diffstat (limited to 'target/Makefile')
-rw-r--r-- | target/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile index 4c746e2f00..3d36d26718 100644 --- a/target/Makefile +++ b/target/Makefile @@ -6,7 +6,6 @@ # curdir:=target -$(curdir)/builddirs-parallel:=linux $(curdir)/builddirs:=linux sdk imagebuilder $(curdir)/builddirs-default:=linux $(curdir)/builddirs-install:=linux $(if $(CONFIG_SDK),sdk) $(if $(CONFIG_IB),imagebuilder) |