Blame | 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 include $(BASE)/config/lib.mk
# The PXC Framegrabber Device
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
LIBRARY = hpxc
OBJS_PATH = $(BASE)/drivers/pxc
OBJS = pxc.o
include $(BASE)/config/lib.mk