Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
+1 −0
Original line number Diff line number Diff line
@@ -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");
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects
Loading