]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/gpio/Makefile
dm: gpio: Don't use the driver model uclass for SPL
[karo-tx-uboot.git] / drivers / gpio / Makefile
index 4e001e12bdb5d29e148012a0ac27de37f8cdd68d..fb8dcd916b53dc6e949990eb2cdbb6db7a03a09f 100644 (file)
@@ -5,7 +5,9 @@
 # SPDX-License-Identifier:     GPL-2.0+
 #
 
+ifndef CONFIG_SPL_BUILD
 obj-$(CONFIG_DM_GPIO)          += gpio-uclass.o
+endif
 
 obj-$(CONFIG_AT91_GPIO)        += at91_gpio.o
 obj-$(CONFIG_INTEL_ICH6_GPIO)  += intel_ich6_gpio.o