x86: fix a typo in function name
[oweals/u-boot.git] / drivers / Makefile
index 4f49bfddb861afdc16c8679b42ea30550a504adb..c9031f2ce877842fd02d3446d9b1fe159ba0a2e1 100644 (file)
@@ -1,3 +1,7 @@
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
 obj-$(CONFIG_$(SPL_)DM)                += core/
 obj-$(CONFIG_$(SPL_)CLK)       += clk/
 obj-$(CONFIG_$(SPL_)LED)       += led/
@@ -35,6 +39,7 @@ obj-$(CONFIG_SPL_SATA_SUPPORT) += block/
 
 else
 
+obj-y += adc/
 obj-$(CONFIG_DM_DEMO) += demo/
 obj-$(CONFIG_BIOSEMU) += bios_emulator/
 obj-y += block/