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 0010f3f3e..e44028699 100755
--- a/nuttx/arch/x86/src/qemu/Make.defs
+++ b/nuttx/arch/x86/src/qemu/Make.defs
@@ -39,7 +39,7 @@ HEAD_ASRC = qemu_head.S
# Common x86 and i486 files
-CMN_ASRCS =
+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 \
@@ -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_idle.c qemu_irq.c qemu_lowputc.c qemu_lowsetup.c \
- qemu_timerisr.c
+CHIP_CSRCS = qemu_handlers.c qemu_idle.c qemu_irq.c qemu_lowputc.c \
+ qemu_lowsetup.c qemu_timerisr.c
# Configuration-dependent QEMU files