DRIVER_TOPDIR = ..

include $(DRIVER_TOPDIR)/Config.make

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

include $(DRIVER_TOPDIR)/Rules.make
