fix REQ-31

This commit is contained in:
Tomoki Shirasawa
2016-03-08 15:19:03 +09:00
parent 14b868907b
commit bf0cf0a346
6 changed files with 2 additions and 6 deletions

View File

@ -6,7 +6,7 @@ OBJS += process.o copy.o waitq.o futex.o timer.o plist.o fileobj.o shmobj.o
OBJS += zeroobj.o procfs.o devobj.o sysfs.o
DEPSRCS=$(wildcard $(SRC)/*.c)
CFLAGS += -I$(SRC)/include -mcmodel=kernel -D__KERNEL__ -g
CFLAGS += -I$(SRC)/include -D__KERNEL__ -g
LDFLAGS += -e arch_start
IHKOBJ = ihk/ihk.o