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