]> git.sur5r.net Git - u-boot/blobdiff - tools/Makefile
arm: mxs: Wait when disabling VDDMEM current limiter
[u-boot] / tools / Makefile
index 0088c1aae150386ff5938f650034d3ffc3933ec8..90e966d893e64e0508718127766d76286c4b8c6e 100644 (file)
@@ -66,8 +66,10 @@ RSA_OBJS-$(CONFIG_FIT_SIGNATURE) := $(addprefix lib/rsa/, \
 dumpimage-mkimage-objs := aisimage.o \
                        atmelimage.o \
                        $(FIT_SIG_OBJS-y) \
+                       common/bootm.o \
                        lib/crc32.o \
                        default_image.o \
+                       lib/fdtdec_common.o \
                        lib/fdtdec.o \
                        fit_common.o \
                        fit_image.o \
@@ -191,8 +193,7 @@ endif # !LOGO_BMP
 # Define _GNU_SOURCE to obtain the getline prototype from stdio.h
 #
 HOST_EXTRACFLAGS += -include $(srctree)/include/libfdt_env.h \
-               -include $(srctree)/include/sha256.h \
-               $(patsubst -I%,-idirafter%, $(UBOOTINCLUDE)) \
+               $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
                -I$(srctree)/lib/libfdt \
                -I$(srctree)/tools \
                -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \