#
# Makefile for the ADMtek ADM5120 SoC specific parts of the kernel
#

obj-y	:= setup.o prom.o irq.o memory.o adm5120_info.o
obj-y	+= board.o
obj-y	+= clock.o
obj-y	+= gpio.o
obj-y	+= platform.o
obj-y	+= reset.o
obj-y	+= time.o
