Makefile 319 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0
  2. # Copyright (c) 2018, Intel Corporation.
  3. #
  4. # Makefile for the Intel(R) Ethernet Connection E800 Series Linux Driver
  5. #
  6. obj-$(CONFIG_ICE) += ice.o
  7. ice-y := ice_main.o \
  8. ice_controlq.o \
  9. ice_common.o \
  10. ice_nvm.o \
  11. ice_switch.o \
  12. ice_sched.o \
  13. ice_txrx.o \
  14. ice_ethtool.o