]> git.sur5r.net Git - u-boot/blobdiff - drivers/core/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-tegra
[u-boot] / drivers / core / Makefile
index 3d68c70b57c5e6549e5d1f2f6f4ba5b81a060707..bce7467da1d11de804e3c1a6fdc0be40e4811fd6 100644 (file)
@@ -1,8 +1,6 @@
+# SPDX-License-Identifier: GPL-2.0+
 #
 # Copyright (c) 2013 Google, Inc
-#
-# SPDX-License-Identifier:     GPL-2.0+
-#
 
 obj-y  += device.o fdtaddr.o lists.o root.o uclass.o util.o
 obj-$(CONFIG_DEVRES) += devres.o
@@ -16,3 +14,5 @@ ifndef CONFIG_DM_DEV_READ_INLINE
 obj-$(CONFIG_OF_CONTROL) += read.o
 endif
 obj-$(CONFIG_OF_CONTROL) += of_extra.o ofnode.o read_extra.o
+
+ccflags-$(CONFIG_DM_DEBUG) += -DDEBUG