Commit 8e88262b authored by David S. Miller's avatar David S. Miller

Merge branch 'nfp-build-and-FW-initramfs-updates'

Jakub Kicinski says:

====================
nfp: build and FW initramfs updates

This set brings empty makefiles to allow building single object files
(useful for build-testing), Kbuild does not cater to this use case
too well.  There are two ethernet drivers right now which suffer
from this (nfp, aquantia), both are fixed.

Dirk adds an uncommon FW image name to the list of firmware files
module may request.
====================
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 60772e48 70271dad
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
......@@ -645,6 +645,7 @@ MODULE_FIRMWARE("netronome/nic_AMDA0097-0001_4x10_1x40.nffw");
MODULE_FIRMWARE("netronome/nic_AMDA0097-0001_8x10.nffw");
MODULE_FIRMWARE("netronome/nic_AMDA0099-0001_2x10.nffw");
MODULE_FIRMWARE("netronome/nic_AMDA0099-0001_2x25.nffw");
MODULE_FIRMWARE("netronome/nic_AMDA0099-0001_1x10_1x25.nffw");
MODULE_AUTHOR("Netronome Systems <oss-drivers@netronome.com>");
MODULE_LICENSE("GPL");
......
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment