summaryrefslogtreecommitdiff
path: root/misc/buildroot/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-04 01:47:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-04-04 01:47:36 +0000
commitd1cad1a8405df91cd4d18c474e8994c445735973 (patch)
tree2ab56890a5ab1c17c3354f59803517d137f0732e /misc/buildroot/configs
parent84c0e91d00f1e6e72827c0386300fcaf40b4b15c (diff)
downloadnuttx-d1cad1a8405df91cd4d18c474e8994c445735973.tar.gz
nuttx-d1cad1a8405df91cd4d18c474e8994c445735973.tar.bz2
nuttx-d1cad1a8405df91cd4d18c474e8994c445735973.zip
Use same location for nuttx as other archs
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1678 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/configs')
-rw-r--r--misc/buildroot/configs/bfin-defconfig-4.2.42
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/buildroot/configs/bfin-defconfig-4.2.4 b/misc/buildroot/configs/bfin-defconfig-4.2.4
index 0b55a8849..e22459b2c 100644
--- a/misc/buildroot/configs/bfin-defconfig-4.2.4
+++ b/misc/buildroot/configs/bfin-defconfig-4.2.4
@@ -36,7 +36,7 @@ BR2_TAR_OPTIONS=""
BR2_DL_DIR="$(BASE_DIR)/../archives"
BR2_SOURCEFORGE_MIRROR="easynews"
BR2_STAGING_DIR="$(BUILD_DIR)/staging_dir"
-BR2_NUTTX_DIR="$(TOPDIR)/../../nuttx"
+BR2_NUTTX_DIR="$(TOPDIR)/../nuttx"
BR2_TOPDIR_PREFIX=""
BR2_TOPDIR_SUFFIX=""
BR2_GNU_BUILD_SUFFIX="arm-elf"