mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-08-06 20:02:59 +02:00
6 lines
165 B
Makefile
6 lines
165 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_PCH_GBE) += pch_gbe.o
|
|
|
|
pch_gbe-y := pch_gbe_phy.o pch_gbe_ethtool.o pch_gbe_param.o
|
|
pch_gbe-y += pch_gbe_main.o
|