提交 8e88262b 编写于 作者: D 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: NDavid S. Miller <davem@davemloft.net>
# 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册