#
# Makefile for the adc core.
#

obj-$(CONFIG_ADC)		+= core.o
obj-y					+= plat/

