mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
__KERNEL__ should be defined when compiler architecture specific logic
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
-include $(TOPDIR)/Make.defs
|
||||
|
||||
CFLAGS += -I$(TOPDIR)/sched
|
||||
CFLAGS += -I$(TOPDIR)/sched -D__KERNEL__
|
||||
|
||||
ASRCS =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user