Skip to content

Commit 29e0c2f

Browse files
andy-shevdavem330
authored andcommitted
stmmac: intel: Place object in the Makefile according to the order
Follow the order for the platform drivers, i.e. generic object are going first. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent ccacb70 commit 29e0c2f

File tree

1 file changed

+2
-2
lines changed
  • drivers/net/ethernet/stmicro/stmmac

1 file changed

+2
-2
lines changed

drivers/net/ethernet/stmicro/stmmac/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ obj-$(CONFIG_DWMAC_GENERIC) += dwmac-generic.o
3030
stmmac-platform-objs:= stmmac_platform.o
3131
dwmac-altr-socfpga-objs := altr_tse_pcs.o dwmac-socfpga.o
3232

33-
obj-$(CONFIG_DWMAC_INTEL) += dwmac-intel.o
34-
obj-$(CONFIG_STMMAC_PCI) += stmmac-pci.o
33+
obj-$(CONFIG_STMMAC_PCI) += stmmac-pci.o
34+
obj-$(CONFIG_DWMAC_INTEL) += dwmac-intel.o
3535
stmmac-pci-objs:= stmmac_pci.o

0 commit comments

Comments
 (0)