mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
Add misc/Obsoleted/ChangeLog and misc/Obsoleted/Patches/Remove-8051-2014-9-1.patch
This commit is contained in:
@@ -39,12 +39,13 @@ CFLAGS += -I$(TOPDIR)/sched
|
|||||||
|
|
||||||
ASRCS = up_setjmp.S
|
ASRCS = up_setjmp.S
|
||||||
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
AOBJS = $(ASRCS:.S=$(OBJEXT))
|
||||||
CSRCS = up_initialize.c up_idle.c up_interruptcontext.c \
|
|
||||||
up_initialstate.c up_createstack.c up_usestack.c \
|
CSRCS = up_initialize.c up_idle.c up_interruptcontext.c up_initialstate.c
|
||||||
up_releasestack.c up_unblocktask.c up_blocktask.c \
|
CSRCS += up_createstack.c up_usestack.c up_releasestack.c up_stackframe.c
|
||||||
up_releasepending.c up_reprioritizertr.c \
|
CSRCS += up_unblocktask.c up_blocktask.c up_releasepending.c
|
||||||
up_exit.c up_schedulesigaction.c up_allocateheap.c \
|
CSRCS += up_reprioritizertr.c up_exit.c up_schedulesigaction.c
|
||||||
up_devconsole.c
|
CSRCS += up_allocateheap.c up_devconsole.c
|
||||||
|
|
||||||
HOSTSRCS = up_stdio.c up_hostusleep.c
|
HOSTSRCS = up_stdio.c up_hostusleep.c
|
||||||
|
|
||||||
ifeq ($(CONFIG_SCHED_TICKLESS),y)
|
ifeq ($(CONFIG_SCHED_TICKLESS),y)
|
||||||
|
|||||||
Reference in New Issue
Block a user