summaryrefslogtreecommitdiff
path: root/nuttx/arch/x86/src/qemu/Make.defs
diff options
context:
space:
mode:
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