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: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2018-02-22 15:22:51 -05:00
commit 8e88262b03
7 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects

View File

@ -0,0 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects

View File

@ -0,0 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects

View File

@ -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");

View File

@ -0,0 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects

View File

@ -0,0 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects

View File

@ -0,0 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
# kbuild requires Makefile in a directory to build individual objects