mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-07 23:03:06 +00: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
|