]> git.sur5r.net Git - u-boot/blobdiff - drivers/net/fm/Makefile
meson: odroid-c2: enable Ethernet support through the device tree
[u-boot] / drivers / net / fm / Makefile
index d052fcb372cbf590fa7c45bc1c23ee117300f459..344fbe20a566ce5c3de39c4dc3937a8750160efa 100644 (file)
@@ -6,6 +6,7 @@
 
 obj-y += dtsec.o
 obj-y += eth.o
+obj-y += fdt.o
 obj-y += fm.o
 obj-y += init.o
 obj-y += tgec.o
@@ -37,3 +38,5 @@ obj-$(CONFIG_PPC_T4160) += t4240.o
 obj-$(CONFIG_PPC_T4080) += t4240.o
 obj-$(CONFIG_PPC_B4420) += b4860.o
 obj-$(CONFIG_PPC_B4860) += b4860.o
+obj-$(CONFIG_LS1043A)  += ls1043.o
+obj-$(CONFIG_LS1046A)  += ls1046.o