Made SICS compile again after the move to git
This commit is contained in:
@ -7,10 +7,10 @@
|
||||
# Mark Koennecke, December 2009
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
include ../../linux_def
|
||||
include $(SICSROOT)/sics/linux_def
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -g -DLINUX $(DFORTIFY) -I. -I../.. -MMD -Wall -Wno-unused
|
||||
CFLAGS = -g -DLINUX $(DFORTIFY) -I. -I$(SICSROOT)/sics -MMD -Wall -Wno-unused
|
||||
|
||||
include make_gen
|
||||
|
||||
|
Reference in New Issue
Block a user