#
# Makefile for the XL-Web 855T board init.
#

# target is platform_<boardname>.o
O_TARGET := platform_xlweb855t.o

# Object file lists.

obj-$(CONFIG_XLWEB855T) += xlweb855t.o

include $(TOPDIR)/Rules.make
