• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0
2# Copyright(c) 1999 - 2006 Intel Corporation.
3
4#
5# Makefile for the Intel(R) PRO/1000 ethernet driver
6#
7
8obj-$(CONFIG_E1000) += e1000.o
9
10e1000-objs := e1000_main.o e1000_hw.o e1000_ethtool.o e1000_param.o
11