mirror of
https://github.com/apache/nuttx.git
synced 2026-08-04 22:00:21 +00:00
__KERNEL__ should be defined when compiler architecture specific logic
This commit is contained in:
parent
14d7ede265
commit
f4e8f84887
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
|
||||
-include $(TOPDIR)/Make.defs
|
||||
|
||||
CFLAGS += -I$(TOPDIR)/sched
|
||||
CFLAGS += -I$(TOPDIR)/sched -D__KERNEL__
|
||||
|
||||
ASRCS =
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue