diff options
| author | Stefano Babic <[email protected]> | 2014-12-30 13:04:09 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-12-30 13:04:38 +0100 |
| commit | 4e0114d9679173cfe8bfaffb8b4fb4bbf8cdaa10 (patch) | |
| tree | 2a909fd0434753a0e5b252afcda5aeb23f21ac26 /tools/Makefile | |
| parent | 7ae350a0305de592faa8903255c988d4e6afb194 (diff) | |
| parent | 125738e819a3b9d15210794b3dcef9f4d9bcf866 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot
Signed-off-by: Stefano Babic <[email protected]>
Diffstat (limited to 'tools/Makefile')
| -rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index a4216a1de7e..e549f8e63c9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -126,6 +126,7 @@ hostprogs-$(CONFIG_EXYNOS5250) += mkexynosspl hostprogs-$(CONFIG_EXYNOS5420) += mkexynosspl HOSTCFLAGS_mkexynosspl.o := -pedantic +ifdtool-objs := $(LIBFDT_OBJS) ifdtool.o hostprogs-$(CONFIG_X86) += ifdtool hostprogs-$(CONFIG_MX23) += mxsboot |
