summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-06 03:32:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-06 03:32:15 +0000
commit84beafe48b5fdb3bf8dfc80bf84ce922eb7dba31 (patch)
tree4126086afc9615dfee8509fe913fdc1a716d6b14 /nuttx/configs
parent37a1883664d40bc4c6854edd29dd5014dbb3d1c7 (diff)
downloadpx4-nuttx-84beafe48b5fdb3bf8dfc80bf84ce922eb7dba31.tar.gz
px4-nuttx-84beafe48b5fdb3bf8dfc80bf84ce922eb7dba31.tar.bz2
px4-nuttx-84beafe48b5fdb3bf8dfc80bf84ce922eb7dba31.zip
Fix QEMU build target name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3345 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/qemu-i486/ostest/defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/configs/qemu-i486/ostest/defconfig b/nuttx/configs/qemu-i486/ostest/defconfig
index 44cb27a03..8ab964e79 100644
--- a/nuttx/configs/qemu-i486/ostest/defconfig
+++ b/nuttx/configs/qemu-i486/ostest/defconfig
@@ -65,6 +65,7 @@
# the 100 second delay then adjust CONFIG_BOARD_LOOPSPERMSEC until
# the delay actually is 100 seconds.
# CONFIG_ARCH_DMA - Support DMA initialization
+# CONFIG_X86_NASM - Using Nasm instead of GAS
#
CONFIG_ARCH=x86
CONFIG_ARCH_X86=y
@@ -82,6 +83,7 @@ CONFIG_ARCH_LEDS=n
CONFIG_ARCH_BUTTONS=n
CONFIG_ARCH_CALIBRATION=n
CONFIG_ARCH_DMA=n
+CONFIG_X86_NASM=n
#
# General OS setup
@@ -213,7 +215,7 @@ CONFIG_ARCH_KMALLOC=n
CONFIG_ARCH_KZMALLOC=n
CONFIG_ARCH_KFREE=n
-##
+#
# General build options
#
# CONFIG_RRLOAD_BINARY - make the rrload binary format used with BSPs from