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