Subversion Repositories shark

Rev

Rev 3 | Blame | 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