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 01:56:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-05 01:56:44 +0000
commitd1e4881ac3b65fb9486ebc8bc5508ca7ad668eb9 (patch)
treedb72a29ef7fee2f032e9f8b13bef503ca2ec91e7 /nuttx/arch/x86/src/qemu/Make.defs
parentd4d884ccde2057574f9846c8a4aad91c68874f81 (diff)
downloadpx4-nuttx-d1e4881ac3b65fb9486ebc8bc5508ca7ad668eb9.tar.gz
px4-nuttx-d1e4881ac3b65fb9486ebc8bc5508ca7ad668eb9.tar.bz2
px4-nuttx-d1e4881ac3b65fb9486ebc8bc5508ca7ad668eb9.zip
Add task init and signal scheduling logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3338 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/x86/src/qemu/Make.defs')
-rwxr-xr-xnuttx/arch/x86/src/qemu/Make.defs7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/arch/x86/src/qemu/Make.defs b/nuttx/arch/x86/src/qemu/Make.defs
index c7a65ea10..5793ecd09 100755
--- a/nuttx/arch/x86/src/qemu/Make.defs
+++ b/nuttx/arch/x86/src/qemu/Make.defs
@@ -42,9 +42,10 @@ HEAD_ASRC = qemu_head.S
CMN_ASRCS =
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_initialize.c up_initialstate.c up_interruptcontext.c \
+ up_modifyreg8.c up_modifyreg16.c up_modifyreg32.c \
+ up_releasepending.c up_releasestack.c up_reprioritizertr.c \
+ up_sigdeliver.c up_schedulesigaction.c up_unblocktask.c \
up_usestack.c
# Required QEMU files