__KERNEL__ should be defined when compiler architecture specific logic
This commit is contained in:
parent
14d7ede265
commit
f4e8f84887
@ -35,7 +35,7 @@
|
||||
|
||||
-include $(TOPDIR)/Make.defs
|
||||
|
||||
CFLAGS += -I$(TOPDIR)/sched
|
||||
CFLAGS += -I$(TOPDIR)/sched -D__KERNEL__
|
||||
|
||||
ASRCS =
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user