diff options
-rw-r--r-- | target/linux/kernel.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/kernel.mk b/target/linux/kernel.mk index 8e0b197e16..fc337543e0 100644 --- a/target/linux/kernel.mk +++ b/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 |