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 <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Jakub Kicinski 2018-02-21 19:50:06 -08:00 committed by David S. Miller
parent f7308991bf
commit 420b935899
1 changed files with 2 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