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
Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git]
/
drivers
/
net
/
phy
/
mscc
/
Makefile
blob
d8e22a4eeeffaae0f0f98c5885c02ad0c8446922
1
# SPDX-License-Identifier: GPL-2.0
2
#
3
# Makefile for MSCC networking PHY driver
4
5
obj-
$(
CONFIG_MICROSEMI_PHY
) :=
mscc.o
6
mscc-objs
:=
mscc_main.o
7
8
ifdef
CONFIG_MACSEC
9
mscc-objs
+=
mscc_macsec.o
10
endif
11
12
ifdef
CONFIG_NETWORK_PHY_TIMESTAMPING
13
mscc-objs
+=
mscc_ptp.o
14
endif