Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1681

/shark/branches/xen/drivers/pcl833/Makefile/makefile
1,18 → 1,6
# The PCL833 library
targets:= libpcl833.a
 
ifndef BASE
BASE=../..
endif
libpcl833.a-objs:= pcl833.o
 
include $(BASE)/config/config.mk
cppflags+= -I$(curdir)/include
 
LIBRARY = pcl833
 
OBJS_PATH = $(BASE)/drivers/pcl833
 
OBJS = pcl833.o
 
OTHERINCL += -I./include
 
include $(BASE)/config/lib.mk