summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 66144cd2ac1e..fdbbdee21a10 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -488,7 +488,7 @@ endif
additional-dirs := $(objutil)/cbfstool $(objutil)/romcc $(objutil)/ifdtool \
$(objutil)/options $(objutil)/amdfwtool \
- $(objutil)/cbootimage $(objutil)/bimgtool
+ $(objutil)/cbootimage
export $(COREBOOT_EXPORTS)
@@ -581,11 +581,6 @@ FUTILITY?=$(objutil)/futility/futility
subdirs-y += util/nvidia
-BIMGTOOL:=$(objutil)/bimgtool/bimgtool
-$(BIMGTOOL): $(top)/util/bimgtool/bimgtool.c
- @printf " HOSTCC $(subst $(obj)/,,$(@))\n"
- $(HOSTCC) $(HOSTCFLAGS) -o $@ $<
-
$(obj)/config.h: $(objutil)/kconfig/conf
#######################################################################