dts: Bring in Chrome OS keyboard device tree definition
[oweals/u-boot.git] / drivers / core / Makefile
index c7905b14409fcf4fe56653655960de8407c5348b..f14695b2d6eae985d366827d69bcedda1ce1e2ce 100644 (file)
@@ -4,4 +4,6 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
-obj-y := device.o lists.o root.o uclass.o util.o
+obj-$(CONFIG_DM)       += device.o lists.o root.o uclass.o util.o
+obj-$(CONFIG_OF_CONTROL) += simple-bus.o
+obj-$(CONFIG_DM_DEVICE_REMOVE) += device-remove.o