]> 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 a3c9f9962760c23dd44c2281d7f29dc0b2f13097..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
@@ -38,3 +39,4 @@ 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