Rev 64 | Blame | Compare with Previous | Last modification | View Log | RSS feed
# The PXC Framegrabber Device
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
LIBRARY = hpxc
OBJS_PATH = $(BASE)/drivers/pxc
OBJS = pxc.o
OTHERINCL += -I$(BASE)/drivers/pxc/include
include $(BASE)/config/lib.mk