diff options
Diffstat (limited to 'arch/ppc/8260_io/Makefile')
-rw-r--r-- | arch/ppc/8260_io/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/ppc/8260_io/Makefile b/arch/ppc/8260_io/Makefile new file mode 100644 index 000000000000..971f292c5d48 --- /dev/null +++ b/arch/ppc/8260_io/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the linux ppc-specific parts of comm processor (v2) +# + +obj-$(CONFIG_FEC_ENET) += fcc_enet.o +obj-$(CONFIG_SCC_ENET) += enet.o |