repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
net
/
ethernet
/
mscc
/
Makefile
blob
58f94c3d80f91a6c6e6763f03524466d56c074b0
1
# SPDX-License-Identifier: (GPL-2.0 OR MIT)
2
obj-
$(
CONFIG_MSCC_OCELOT_SWITCH_LIB
) +=
mscc_ocelot_switch_lib.o
3
mscc_ocelot_switch_lib-y
:=
\
4
ocelot.o \
5
ocelot_io.o \
6
ocelot_police.o \
7
ocelot_vcap.o \
8
ocelot_flower.o \
9
ocelot_ptp.o
10
obj-
$(
CONFIG_MSCC_OCELOT_SWITCH
) +=
mscc_ocelot.o
11
mscc_ocelot-y
:=
\
12
ocelot_vsc7514.o \
13
ocelot_net.o