summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/qemu/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-10 22:16:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-10 22:16:05 +0000
commitb2878db7f7c57ce8be3421520417d3ed09c81ee5 (patch)
tree13a664d3688fe30599acda8b9b177195fd82e86e /nuttx/arch/x86/src/qemu/Make.defs
parentcae858890d5f4df465c13913616549af9c39b0c6 (diff)
downloadpx4-nuttx-b2878db7f7c57ce8be3421520417d3ed09c81ee5.tar.gz
px4-nuttx-b2878db7f7c57ce8be3421520417d3ed09c81ee5.tar.bz2
px4-nuttx-b2878db7f7c57ce8be3421520417d3ed09c81ee5.zip
Restructure interrupt/timer logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3362 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/x86/src/qemu/Make.defs')
-rwxr-xr-xnuttx/arch/x86/src/qemu/Make.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/x86/src/qemu/Make.defs b/nuttx/arch/x86/src/qemu/Make.defs
index 4c3a83380..3177f3db4 100755
--- a/nuttx/arch/x86/src/qemu/Make.defs
+++ b/nuttx/arch/x86/src/qemu/Make.defs
@@ -42,7 +42,7 @@ HEAD_ASRC = qemu_head.S
CMN_ASRCS = i486_utils.S
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_initialstate.c up_interruptcontext.c \
+ up_initialize.c up_initialstate.c up_interruptcontext.c up_irq.c \
up_modifyreg8.c up_modifyreg16.c up_modifyreg32.c up_regdump.c \
up_releasepending.c up_releasestack.c up_reprioritizertr.c \
up_sigdeliver.c up_schedulesigaction.c up_unblocktask.c \
@@ -51,7 +51,7 @@ CMN_CSRCS = up_allocateheap.c up_assert.c up_blocktask.c up_copystate.c \
# Required QEMU files
CHIP_ASRCS = qemu_saveusercontext.S qemu_fullcontextrestore.S qemu_vectors.S
-CHIP_CSRCS = qemu_handlers.c qemu_idle.c qemu_irq.c qemu_lowputc.c \
- qemu_lowsetup.c qemu_serial.c qemu_timerisr.c
+CHIP_CSRCS = qemu_handlers.c qemu_idle.c qemu_lowputc.c qemu_lowsetup.c \
+ qemu_serial.c qemu_timerisr.c
# Configuration-dependent QEMU files