2019-05-29 23:57:23 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-08-21 08:29:17 +00:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# FUJITSU Extended Socket Network Device driver
|
|
|
|
# Copyright (c) 2015 FUJITSU LIMITED
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
# Makefile for the FUJITSU Extended Socket network device driver
|
|
|
|
#
|
|
|
|
|
|
|
|
obj-$(CONFIG_FUJITSU_ES) += fjes.o
|
|
|
|
|
2016-10-14 11:28:07 +00:00
|
|
|
fjes-objs := fjes_main.o fjes_hw.o fjes_ethtool.o fjes_trace.o fjes_debugfs.o
|