remove useless FORCE depend
SVN-Revision: 3875
This commit is contained in:
parent
4f9703fb8d
commit
00b8533b23
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue