Makefile 333 字节
Newer Older
1 2 3 4 5 6 7 8 9
# SPDX-License-Identifier: GPL-2.0
# Copyright (c) 2018, Intel Corporation.

#
# Makefile for the Intel(R) Ethernet Connection E800 Series Linux Driver
#

obj-$(CONFIG_ICE) += ice.o

10 11
ice-y := ice_main.o	\
	 ice_controlq.o	\
12
	 ice_common.o	\
13 14
	 ice_nvm.o	\
	 ice_switch.o	\
15
	 ice_sched.o	\
16
	 ice_lib.o	\
17 18
	 ice_txrx.o	\
	 ice_ethtool.o