#
# Makefile for sensor chip drivers.
#

TARGET_MODULE := it87

EXTRA_CFLAGS :=

obj-m += $(TARGET_MODULE).o
