Rev 3 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
# The PXC Framegrabber Device
ifndef BASE
BASE=../..
endif
OSLIB=$(BASE)/oslib
include $(BASE)/config/config.mk
LIBRARY = hpxc
OBJS_PATH = $(BASE)/drivers/pxc
OBJS = pxc.o
include $(BASE)/config/lib.mk