aboutsummaryrefslogtreecommitdiffstats
path: root/target/Makefile
diff options
context:
space:
mode:
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 b039214860..58fc5eb874 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: