commit | 0c010a9deb33179169fa867d3c76833ce80165b7 | [log] [tgz] |
---|---|---|
author | Claudiu Manoil <claudiu.manoil@nxp.com> | Thu Aug 01 14:52:50 2019 +0300 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 02 18:22:18 2019 -0700 |
tree | 1dfeb49219a843046473e30a5b52163bd084743f | |
parent | 2152e7a2d9a8c29e8850adabd2175fa042ad5bb8 [diff] |
enetc: Clean up makefile Clean up overcomplicated makefile to make it more maintainable. Basically, there's a set of common objects shared between the PF and VF driver modules. This can be implemented in a simpler way, without conditionals, less repetition, allowing also for easier updates in the future. Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>