mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-18 09:47:32 +00:00
sdk: keep the linux package in the same subdir as in the main build system
Fixes: 953435795d ("build: always build package/kernel/linux")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
c9e9b8c342
commit
a4c1c169c3
@ -129,11 +129,14 @@ $(BIN_DIR)/$(SDK_NAME).tar.xz: clean
|
|||||||
./files/include/prepare.mk \
|
./files/include/prepare.mk \
|
||||||
./files/README.SDK \
|
./files/README.SDK \
|
||||||
$(SDK_BUILD_DIR)/
|
$(SDK_BUILD_DIR)/
|
||||||
|
mkdir -p $(SDK_BUILD_DIR)/package/kernel
|
||||||
$(CP) \
|
$(CP) \
|
||||||
$(TOPDIR)/package/Makefile \
|
$(TOPDIR)/package/Makefile \
|
||||||
$(TOPDIR)/package/libs/toolchain \
|
$(TOPDIR)/package/libs/toolchain \
|
||||||
$(TOPDIR)/package/kernel/linux \
|
|
||||||
$(SDK_BUILD_DIR)/package/
|
$(SDK_BUILD_DIR)/package/
|
||||||
|
$(CP) \
|
||||||
|
$(TOPDIR)/package/kernel/linux \
|
||||||
|
$(SDK_BUILD_DIR)/package/kernel/
|
||||||
|
|
||||||
-rm -rf $(SDK_BUILD_DIR)/$(STAGING_SUBDIR_HOST)/.prereq-build
|
-rm -rf $(SDK_BUILD_DIR)/$(STAGING_SUBDIR_HOST)/.prereq-build
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user