summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/qemu/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-05 00:01:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-05 00:01:21 +0000
commitd4d884ccde2057574f9846c8a4aad91c68874f81 (patch)
tree743c714a95e75cabbb64ac865b865627c0d20100 /nuttx/arch/x86/src/qemu/Make.defs
parent55d4f54ef204271e27703b5e7a89d58c13c2b294 (diff)
downloadpx4-nuttx-d4d884ccde2057574f9846c8a4aad91c68874f81.tar.gz
px4-nuttx-d4d884ccde2057574f9846c8a4aad91c68874f81.tar.bz2
px4-nuttx-d4d884ccde2057574f9846c8a4aad91c68874f81.zip
More QEMU logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3337 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/x86/src/qemu/Make.defs')
-rwxr-xr-xnuttx/arch/x86/src/qemu/Make.defs12
1 files changed, 8 insertions, 4 deletions
diff --git a/nuttx/arch/x86/src/qemu/Make.defs b/nuttx/arch/x86/src/qemu/Make.defs
index 5e88c117e..c7a65ea10 100755
--- a/nuttx/arch/x86/src/qemu/Make.defs
+++ b/nuttx/arch/x86/src/qemu/Make.defs
@@ -40,13 +40,17 @@ HEAD_ASRC = qemu_head.S
# Common x86 and i486 files
CMN_ASRCS =
-CMN_CSRCS = up_createstack.c up_mdelay.c up_udelay.c up_exit.c up_initialize.c \
- up_interruptcontext.c up_modifyreg8.c up_modifyreg16.c \
- up_modifyreg32.c up_releasestack.c up_usestack.c
+CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
+ up_createstack.c up_mdelay.c up_udelay.c up_exit.c \
+ up_initialize.c up_interruptcontext.c up_modifyreg8.c \
+ up_modifyreg16.c up_modifyreg32.c up_releasepending.c \
+ up_releasestack.c up_reprioritizertr.c up_unblocktask.c \
+ up_usestack.c
# Required QEMU files
CHIP_ASRCS = qemu_saveusercontext.S qemu_fullcontextrestore.S
-CHIP_CSRCS = qemu_idle.c
+CHIP_CSRCS = qemu_idle.c qemu_irq.c qemu_lowputc.c qemu_lowsetup.c \
+ qemu_timerisr.c
# Configuration-dependent QEMU files