#
# Makefile for the linux MPC8xx ppc-specific parts of comm processor
#

obj-y			:= commproc.o uart.o

obj-$(CONFIG_FEC_ENET)	+= fcc_enet.o
obj-$(CONFIG_SCC_ENET)	+= enet.o

include $(TOPDIR)/Rules.make
