#
# Makefile for the ADC device driver
#

O_TARGET := ph_adc.o

obj-y    := phadc.o
obj-m    := $(O_TARGET)
EXTRA_CFLAGS = -I../

include $(TOPDIR)/Rules.make
