Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1685 → Rev 1684

/shark/branches/xen/ports/servo/Makefile
1,6 → 1,20
targets:= libservo.a
# Servo Control
 
libservo.a-objs:= servo.o
ifndef BASE
BASE=../..
endif
 
cppflags+= -I$(curdir)/include -I$(curdir) -I$(srctree)/drivers/serial/include
include $(BASE)/config/config.mk
 
LIBRARY = servo
 
OBJS_PATH = $(BASE)/ports/servo
 
SERVO = servo.o
 
OBJS = $(SERVO)
 
C_OPT += -I./include -I. -I$(BASE)/drivers/serial/include
 
include $(BASE)/config/lib.mk