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
/
ibm
/
ehea
/
Makefile
blob
9e1e5c7aafe206021dee31dce343073787d56866
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile for the eHEA ethernet device driver for IBM eServer System p
4
#
5
ehea-y
=
ehea_main.o ehea_phyp.o ehea_qmr.o ehea_ethtool.o
6
obj-
$(
CONFIG_EHEA
) +=
ehea.o
7