#
# Makefile for the linux kernel.
#
obj-$(CONFIG_ARCH_FALCON) += qcc.o reset.o dma.o ioctrl.o clock.o

# and then just files that are specific the the chip type
obj-$(CONFIG_FALCON_CHIPTYPE_MX64180) += board-mx64180.o mx64180_devices.o mx64180_ioctrl_defs.o

