diff options
Diffstat (limited to 'drivers/net/ethernet/fungible/Makefile')
-rw-r--r-- | drivers/net/ethernet/fungible/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/ethernet/fungible/Makefile b/drivers/net/ethernet/fungible/Makefile new file mode 100644 index 0000000000..df759f1585 --- /dev/null +++ b/drivers/net/ethernet/fungible/Makefile @@ -0,0 +1,7 @@ +# 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/ |