Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
12
drivers/net/fec_8xx/Makefile
Normal file
12
drivers/net/fec_8xx/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Makefile for the Motorola 8xx FEC ethernet controller
|
||||
#
|
||||
|
||||
obj-$(CONFIG_FEC_8XX) += fec_8xx.o
|
||||
|
||||
fec_8xx-objs := fec_main.o fec_mii.o
|
||||
|
||||
# the platform instantatiation objects
|
||||
ifeq ($(CONFIG_NETTA),y)
|
||||
fec_8xx-objs += fec_8xx-netta.o
|
||||
endif
|
||||
Reference in New Issue
Block a user