Linux Audio

Check our new training course

Embedded Linux Audio

Check our new training course
with Creative Commons CC-BY-SA
lecture materials

Bootlin logo

Elixir Cross Referencer

Loading...
#
# 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