Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1040 → Rev 1039

/shark/trunk/ports/first/makefile
1,4 → 1,5
# The Frame Buffer Device
ifdef ENABLE
ifndef BASE
BASE=../..
endif
19,3 → 20,7
C_OPT += -I./fsf_include -I./include -I. -I..
 
include $(BASE)/config/lib.mk
else
all:
@echo "Send an email to trimarchi@gandalf.sssup.it for FIRST"
endif