]> git.sur5r.net Git - u-boot/blobdiff - common/spl/Makefile
Merge branch 'next' of git://git.denx.de/u-boot-mpc83xx
[u-boot] / common / spl / Makefile
index da2afc11b3599af796f62b55c325366d5251ea6c..e8144f70409884dcd7244c14547556117d4a0745 100644 (file)
@@ -3,8 +3,7 @@
 # Texas Instruments Incorporated - http://www.ti.com/
 # Aneesh V <aneesh@ti.com>
 #
-# This file is released under the terms of GPL v2 and any later version.
-# See the file COPYING in the root directory of the source tree for details.
+# SPDX-License-Identifier:     GPL-2.0+
 #
 # Based on common/Makefile.
 #
@@ -20,6 +19,7 @@ COBJS-$(CONFIG_SPL_YMODEM_SUPPORT) += spl_ymodem.o
 COBJS-$(CONFIG_SPL_NAND_SUPPORT) += spl_nand.o
 COBJS-$(CONFIG_SPL_ONENAND_SUPPORT) += spl_onenand.o
 COBJS-$(CONFIG_SPL_NET_SUPPORT) += spl_net.o
+COBJS-$(CONFIG_SPL_MMC_SUPPORT) += spl_mmc.o
 endif
 
 COBJS  := $(sort $(COBJS-y))