1# SPDX-License-Identifier: GPL-2.0-only 2################################################################################ 3# 4# aQuantia Ethernet Controller AQtion Linux Driver 5# Copyright(c) 2014-2017 aQuantia Corporation. 6# 7################################################################################ 8 9obj-$(CONFIG_AQTION) += atlantic.o 10 11atlantic-objs := aq_main.o \ 12 aq_nic.o \ 13 aq_pci_func.o \ 14 aq_vec.o \ 15 aq_ring.o \ 16 aq_hw_utils.o \ 17 aq_ethtool.o \ 18 aq_drvinfo.o \ 19 aq_filters.o \ 20 aq_phy.o \ 21 hw_atl/hw_atl_a0.o \ 22 hw_atl/hw_atl_b0.o \ 23 hw_atl/hw_atl_utils.o \ 24 hw_atl/hw_atl_utils_fw2x.o \ 25 hw_atl/hw_atl_llh.o 26 27atlantic-$(CONFIG_PTP_1588_CLOCK) += aq_ptp.o