Makefile (d89f88419f999f03af2282789f2d2eea6468c00a) | Makefile (146740f9abc4976e4f0af1aa302efee1c699d2e4) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# Copyright (c) 2018 Intel Corporation 3 4# 5# Intel(R) I225-LM/I225-V 2.5G Ethernet Controller 6# 7 8obj-$(CONFIG_IGC) += igc.o 9 | 1# SPDX-License-Identifier: GPL-2.0 2# Copyright (c) 2018 Intel Corporation 3 4# 5# Intel(R) I225-LM/I225-V 2.5G Ethernet Controller 6# 7 8obj-$(CONFIG_IGC) += igc.o 9 |
10igc-objs := igc_main.o | 10igc-objs := igc_main.o igc_mac.o |