Subversion Repositories shark

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 pj 1
# The PXC Framegrabber Device
2
 
3
ifndef BASE
4
BASE=../..
5
endif
6
include $(BASE)/config/config.mk
7
 
8
LIBRARY       = hpxc
9
 
10
OBJS_PATH     = $(BASE)/drivers/pxc
11
 
12
OBJS  = pxc.o
13
 
14
include $(BASE)/config/lib.mk
15