Made SICS compile again after the move to git

This commit is contained in:
2014-02-24 08:40:42 +01:00
parent 4fdb6612cc
commit fc0ff43db2
11 changed files with 192 additions and 13 deletions

View File

@ -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