From 7481e9b333eab4e325898f8b5f0f9423f315bd18 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 7 Oct 2011 12:41:46 +0000 Subject: File default path to nuttx in buildroot git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4029 42af7a65-404d-4744-a932-0658087f49c3 --- misc/buildroot/configs/h8300_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/buildroot/configs/h8300_defconfig') diff --git a/misc/buildroot/configs/h8300_defconfig b/misc/buildroot/configs/h8300_defconfig index 629743196..127b04de3 100644 --- a/misc/buildroot/configs/h8300_defconfig +++ b/misc/buildroot/configs/h8300_defconfig @@ -36,7 +36,7 @@ BR2_BZCAT="bzcat" BR2_TAR_OPTIONS="" BR2_DL_DIR="$(BASE_DIR)/../archives" 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="pc-elf" -- cgit v1.2.3