]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/Makefile
sunxi: non-FEL SPL boot support for sun7i
[karo-tx-uboot.git] / tools / Makefile
index c34df4f8978251cb58f317884d394c53bbdcef83..b64522440da4a2bba4d3cfdd11f14532af4aba32 100644 (file)
@@ -75,6 +75,8 @@ dumpimage-mkimage-objs := aisimage.o \
                        fdtdec.o \
                        fit_common.o \
                        fit_image.o \
+                       gpimage.o \
+                       gpimage-common.o \
                        image-fit.o \
                        image-host.o \
                        image.o \
@@ -129,6 +131,8 @@ hostprogs-$(CONFIG_MX23) += mxsboot$(SFX)
 hostprogs-$(CONFIG_MX28) += mxsboot$(SFX)
 HOSTCFLAGS_mxsboot$(SFX).o := -pedantic
 
+hostprogs-$(CONFIG_SUNXI) += mksunxiboot$(SFX)
+
 hostprogs-$(CONFIG_NETCONSOLE) += ncb$(SFX)
 hostprogs-$(CONFIG_SHA1_CHECK_UB_IMG) += ubsha1$(SFX)