#
# Makefile for the Faraday platform dependent files

# Object file lists.

obj-y			:= platform.o spec.o
obj-$(CONFIG_SYSC)	+= sysc.o

