summaryrefslogtreecommitdiff
path: root/target/ppc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-26 08:13:08 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-26 08:20:15 -0500
commit3f79a66f3fbe2c8d6b595c2dde6e36e06c1e19f0 (patch)
tree5f528d4b4644e4566e19ea4f1598ac4f7c873ada /target/ppc
parent9550f70e71928ee936170d11f4984a42b3e717f0 (diff)
remove -C $(LINUX_DIR) from OPTS variable
Otherwise toolchain only compiling of gcc is failing while trying to install header files.
Diffstat (limited to 'target/ppc')
-rw-r--r--target/ppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc/Makefile b/target/ppc/Makefile
index 9a5529642..2f9ed8bf1 100644
--- a/target/ppc/Makefile
+++ b/target/ppc/Makefile
@@ -71,7 +71,7 @@ kernel-install: kernel-strip
@cp $(BUILD_DIR)/$(TARGET_KERNEL) $(FW_DIR)/${TARGET_KERNEL}
dtb-install:
- env $(KERNEL_MAKE_ENV) $(MAKE) $(KERNEL_MAKE_OPTS) \
+ env $(KERNEL_MAKE_ENV) $(MAKE) -C "${LINUX_DIR}" $(KERNEL_MAKE_OPTS) \
-j${ADK_MAKE_JOBS} virtex440-ml507.dtb $(MAKE_TRACE)
$(CP) $(LINUX_DIR)/arch/powerpc/boot/virtex440-ml507.dtb \
$(FW_DIR)/ppc.dtb