15015024dSDavid VomLehn################################################################################ 25015024dSDavid VomLehn# 35015024dSDavid VomLehn# aQuantia Ethernet Controller AQtion Linux Driver 45015024dSDavid VomLehn# Copyright(c) 2014-2017 aQuantia Corporation. 55015024dSDavid VomLehn# 65015024dSDavid VomLehn# This program is free software; you can redistribute it and/or modify it 75015024dSDavid VomLehn# under the terms and conditions of the GNU General Public License, 85015024dSDavid VomLehn# version 2, as published by the Free Software Foundation. 95015024dSDavid VomLehn# 105015024dSDavid VomLehn# This program is distributed in the hope it will be useful, but WITHOUT 115015024dSDavid VomLehn# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 125015024dSDavid VomLehn# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 135015024dSDavid VomLehn# more details. 145015024dSDavid VomLehn# 155015024dSDavid VomLehn# You should have received a copy of the GNU General Public License along 165015024dSDavid VomLehn# with this program. If not, see <http://www.gnu.org/licenses/>. 175015024dSDavid VomLehn# 185015024dSDavid VomLehn# The full GNU General Public License is included in this distribution in 195015024dSDavid VomLehn# the file called "COPYING". 205015024dSDavid VomLehn# 215015024dSDavid VomLehn# Contact Information: <rdc-drv@aquantia.com> 225015024dSDavid VomLehn# aQuantia Corporation, 105 E. Tasman Dr. San Jose, CA 95134, USA 235015024dSDavid VomLehn# 245015024dSDavid VomLehn################################################################################ 255015024dSDavid VomLehn 265015024dSDavid VomLehn# 275015024dSDavid VomLehn# Makefile for the AQtion(tm) Ethernet driver 285015024dSDavid VomLehn# 295015024dSDavid VomLehn 305015024dSDavid VomLehnobj-$(CONFIG_AQTION) += atlantic.o 315015024dSDavid VomLehn 325015024dSDavid VomLehnatlantic-objs := aq_main.o \ 335015024dSDavid VomLehn aq_nic.o \ 345015024dSDavid VomLehn aq_pci_func.o \ 355015024dSDavid VomLehn aq_vec.o \ 365015024dSDavid VomLehn aq_ring.o \ 375015024dSDavid VomLehn aq_hw_utils.o \ 385015024dSDavid VomLehn aq_ethtool.o \ 395015024dSDavid VomLehn hw_atl/hw_atl_a0.o \ 405015024dSDavid VomLehn hw_atl/hw_atl_b0.o \ 415015024dSDavid VomLehn hw_atl/hw_atl_utils.o \ 425015024dSDavid VomLehn hw_atl/hw_atl_llh.o 43