#
# Makefile for the common code of FCM platform.
#

obj-y	:= core.o clock.o time.o
obj-y	+= devices.o

obj-$(CONFIG_MACH_FCMBRD)	+= fcmbrd/

obj-$(CONFIG_HAVE_TRACE_CLOCK)	+= trace-clock.o
obj-$(CONFIG_HOTPLUG_CPU)	+= hotplug.o
obj-$(CONFIG_SMP)		+= platsmp.o headsmp.o
obj-$(CONFIG_LOCAL_TIMERS)	+= localtimer.o
obj-$(CONFIG_SNSC_SSBOOT)	+= ssboot.o
