mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:12:59 +00:00

Hook up the new driver to configuration and build. Signed-off-by: Dimitris Michailidis <dmichail@fungible.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
183 B
Makefile
8 lines
183 B
Makefile
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
#
|
|
# Makefile for the Fungible network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_FUN_CORE) += funcore/
|
|
obj-$(CONFIG_FUN_ETH) += funeth/
|