]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/gpio/Makefile
Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'
[people/ms/u-boot.git] / drivers / gpio / Makefile
index 86813b93267e90612a6d655cb3dcd1ba79cb5345..aa11f15423a4a7968462fc7569d7edbf8c72eeee 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