Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
drivers
/
net
/
fec_8xx
/
Makefile
blob: 70c54f8c48e5c4018758de746a0db073f56df861 [
file
] [
log
] [
blame
]
#
# 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