create package directory in target/linux/*/prepare
SVN-Revision: 2905
This commit is contained in:
parent
7ec3332ec3
commit
f4d5a30833
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ $(KERNEL_IPKG):
|
|||
$(IPKG_BUILD) $(KERNEL_IDIR) $(LINUX_BUILD_DIR) $(MAKE_TRACE)
|
||||
|
||||
source: $(DL_DIR)/$(LINUX_SOURCE)
|
||||
prepare: $(LINUX_DIR)/.configured
|
||||
prepare: $(PACKAGE_DIR) $(LINUX_DIR)/.configured
|
||||
compile:
|
||||
$(MAKE) $(STAMP_DIR)/.linux-compile $(MAKE_TRACE)
|
||||
|
||||
|
|
Loading…
Reference in a new issue