diff options
| author | Jakub Kicinski <[email protected]> | 2018-02-21 19:50:06 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2018-02-22 15:22:50 -0500 |
| commit | 420b93589977ac16018ae5bc0041c0d080f588e8 (patch) | |
| tree | a87f7e8dcca38035095ea71745b9d6d8061f0f52 | |
| parent | f7308991bfeea3f6a4c6281c64fc1ba9dc6e56b3 (diff) | |
aquantia: add Makefiles to all directories
To be able to build separate objects we need to provide
Kbuild with a Makefile in each directory.
Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | drivers/net/ethernet/aquantia/atlantic/hw_atl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/ethernet/aquantia/atlantic/hw_atl/Makefile b/drivers/net/ethernet/aquantia/atlantic/hw_atl/Makefile new file mode 100644 index 000000000000..805fa28f391a --- /dev/null +++ b/drivers/net/ethernet/aquantia/atlantic/hw_atl/Makefile @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 +# kbuild requires Makefile in a directory to build individual objects |