2019-05-29 16:57:23 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2015-08-21 01:29:17 -07: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 04:28:07 -07:00
|
|
|
fjes-objs := fjes_main.o fjes_hw.o fjes_ethtool.o fjes_trace.o fjes_debugfs.o
|