fix REQ-31
This commit is contained in:
@ -3,7 +3,7 @@ OBJS = init.o mem.o debug.o mikc.o listeners.o ap.o syscall.o cls.o host.o
|
||||
OBJS += process.o copy.o waitq.o futex.o timer.o plist.o fileobj.o
|
||||
DEPSRCS=$(wildcard $(SRC)/*.c)
|
||||
|
||||
CFLAGS += -I$(SRC)/include -mcmodel=kernel -D__KERNEL__
|
||||
CFLAGS += -I$(SRC)/include -D__KERNEL__
|
||||
CFLAGS += -DKNC_MAP_MICPA $(EXTRA_CFLAGS)
|
||||
|
||||
ifeq ("$(DCFA_MODE)", "kmod")
|
||||
|
||||
Reference in New Issue
Block a user