Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
658 giacomo 1
# The PCL833 library
2
 
3
ifndef BASE
4
BASE=../..
5
endif
6
 
7
include $(BASE)/config/config.mk
8
 
9
LIBRARY       = pcl833
10
 
11
OBJS_PATH     = $(BASE)/drivers/pcl833
12
 
13
OBJS  = pcl833.o
14
 
15
OTHERINCL += -I./include
16
 
17
include $(BASE)/config/lib.mk
18