Rev 397 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# The Frame Buffer Device
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
LIBRARY = first
OBJS_PATH = $(BASE)/ports/first
FIRST = first-contract.o first-server.o first-sync.o \
./modules/grubstar.o ./modules/posixstar.o \
./modules/edfstar.o ./modules/cbsstar.o ./modules/rmstar.o \
./modules/mpegstar.o
OBJS = $(FIRST)
C_OPT += -I./include -I. -I..
include $(BASE)/config/lib.mk