DRIVER_TOPDIR = ..

include $(DRIVER_TOPDIR)/Config.make

obj-m		:= cam.o
export-objs	:= cam.o

include $(DRIVER_TOPDIR)/Rules.make
