summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorJulius Werner <jwerner@chromium.org>2019-10-30 16:12:24 -0700
committerPatrick Georgi <pgeorgi@google.com>2019-11-20 10:10:44 +0000
commit63c444a69b98bc8a86719699423b3273cc5759e8 (patch)
tree6bd90603b343103bdcd730eb5f9aca6c4500fb6f /Makefile.inc
parent5027ecfb1987cf06efc772a0bee0a1fe1dc38049 (diff)
downloadcoreboot-63c444a69b98bc8a86719699423b3273cc5759e8.tar.gz
coreboot-63c444a69b98bc8a86719699423b3273cc5759e8.tar.bz2
coreboot-63c444a69b98bc8a86719699423b3273cc5759e8.zip
Remove imgtec/pistachio SoC
After removing urara no board still uses this SoC, and there are no plans to add any in the future (I'm not sure if the chip really exists tbh...). Change-Id: Ic4628fdfacc9fb19b6210394d96431fdb5f8e8f1 Signed-off-by: Julius Werner <jwerner@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36491 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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
#######################################################################