summaryrefslogtreecommitdiffstats
path: root/target/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 12:38:39 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-31 12:38:39 +0000
commit275628fece4255b7125fc630529bd8d372987cdf (patch)
tree63df98f4b0ceabd03d0d299485293eec778f3890 /target/Makefile
parentf21c448c6d0ec4a3b61c4d826eb8c1b668e10409 (diff)
disable target/linux/package
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3856 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/Makefile b/target/Makefile
index b03921486..58fc5eb87 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -16,9 +16,6 @@ clean: linux-clean utils-clean lzma-clean image_clean
image_clean:
rm -f $(BIN_DIR)/openwrt-*
-linux/package/%:
- $(MAKE) -C $(TOPDIR)/target/linux $(patsubst linux/%,%,$@)
-
%-clean:
$(MAKE) -C $(patsubst %-clean,%,$@) clean
%-prepare: