Blame | Last modification | View Log | RSS feed
# CM7326 - Driver for pc104+ framegrabber
ifndef BASE
BASE=../..
endif
include $(BASE)/config/config.mk
LIBRARY = cm7326
OBJS_PATH = $(BASE)/drivers/cm7326
OBJS = cm7326.o
OTHERINCL += -I$(BASE)/drivers/cm7326/include -I$(BASE)/drivers/linuxc26/include -I$(BASE)/drivers/i2c/include
C_OPT += -D__KERNEL__
include $(BASE)/config/lib.mk
clean::
rm -f $(OBJS)