summaryrefslogtreecommitdiff
path: root/misc/buildroot/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-14 10:38:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-14 10:38:09 -0600
commitd2cd73bb1ad2cedb1be637ca3f0a2846e059fcb8 (patch)
treec3e30f1f53c1309536af510194798ee786806fb2 /misc/buildroot/Makefile
parent60dcefb53d5fb09be1b9ead66aba2e831e88b474 (diff)
downloadnuttx-d2cd73bb1ad2cedb1be637ca3f0a2846e059fcb8.tar.gz
nuttx-d2cd73bb1ad2cedb1be637ca3f0a2846e059fcb8.tar.bz2
nuttx-d2cd73bb1ad2cedb1be637ca3f0a2846e059fcb8.zip
Minor changes for OpenSUSE 13.1 build; update a couple of configurations in include kconfig-frontends buildnuttx-7.4
Diffstat (limited to 'misc/buildroot/Makefile')
-rw-r--r--misc/buildroot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/buildroot/Makefile b/misc/buildroot/Makefile
index 94b70aaad..5b8d0e80b 100644
--- a/misc/buildroot/Makefile
+++ b/misc/buildroot/Makefile
@@ -73,7 +73,7 @@ TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))
TARGETS_SOURCE:=$(patsubst %,%-source,$(TARGETS))
TARGETS_DIRCLEAN:=$(patsubst %,%-dirclean,$(TARGETS))
-world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) nuttx_setup $(NUTTX_HDRS) $(TARGETS)
+world: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(TARGET_DIR) $(TOOL_BUILD_DIR) nuttx_setup $(NUTTX_HDRS) $(TARGETS)
dirs: $(DL_DIR) $(BUILD_DIR) $(STAGING_DIR) $(NUTTX_DIR)
.PHONY: all world dirs clean dirclean distclean source $(TARGETS) \
@@ -90,6 +90,7 @@ $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR):
@mkdir -p $@
$(STAGING_DIR):
+ @mkdir -p $(STAGING_DIR)/bin
@mkdir -p $(STAGING_DIR)/lib
@mkdir -p $(STAGING_DIR)/include
@mkdir -p $(STAGING_DIR)/usr