diff options
Diffstat (limited to 'arch/ppc/8xx_io/Makefile')
-rw-r--r-- | arch/ppc/8xx_io/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ppc/8xx_io/Makefile b/arch/ppc/8xx_io/Makefile new file mode 100644 index 000000000000..d8760181fe99 --- /dev/null +++ b/arch/ppc/8xx_io/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | # | ||
2 | # Makefile for the linux MPC8xx ppc-specific parts of comm processor | ||
3 | # | ||
4 | |||
5 | obj-y := commproc.o | ||
6 | |||
7 | obj-$(CONFIG_FEC_ENET) += fec.o | ||
8 | obj-$(CONFIG_SCC_ENET) += enet.o | ||
9 | obj-$(CONFIG_UCODE_PATCH) += micropatch.o | ||
10 | obj-$(CONFIG_HTDMSOUND) += cs4218_tdm.o | ||