summaryrefslogtreecommitdiff
path: root/openwrt/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-31 22:38:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-31 22:38:39 +0000
commit00b8533b2322e085ede8724f33b0e559123eb518 (patch)
treeef8c4afba084b8647c02fdf5b594ea5309fb0223 /openwrt/target
parent4f9703fb8de91c3a6b6199238470b7cf53064ae1 (diff)
downloadmtk-20170518-00b8533b2322e085ede8724f33b0e559123eb518.zip
mtk-20170518-00b8533b2322e085ede8724f33b0e559123eb518.tar.gz
mtk-20170518-00b8533b2322e085ede8724f33b0e559123eb518.tar.bz2
remove useless FORCE depend
SVN-Revision: 3875
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/linux/kernel.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/kernel.mk b/openwrt/target/linux/kernel.mk
index 8e0b197..fc33754 100644
--- a/openwrt/target/linux/kernel.mk
+++ b/openwrt/target/linux/kernel.mk
@@ -40,7 +40,7 @@ $(LINUX_DIR)/.configured: $(LINUX_DIR)/.patched
touch $@
endif
-$(LINUX_DIR)/vmlinux: $(STAMP_DIR)/.linux-compile pkg-install FORCE
+$(LINUX_DIR)/vmlinux: $(STAMP_DIR)/.linux-compile pkg-install
$(MAKE) -C $(LINUX_DIR) CROSS_COMPILE="$(KERNEL_CROSS)" ARCH=$(LINUX_KARCH) PATH=$(TARGET_PATH)
$(LINUX_KERNEL): $(LINUX_DIR)/vmlinux