summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2019-08-07 10:02:09 -0600
committerCommit Bot <commit-bot@chromium.org>2019-08-07 19:24:27 +0000
commite8dd8120c87f7dc8b8faa61af2b87fed2583f5cb (patch)
tree12229d2df462eddb70a29ffac99f33d44857debc
parent05cde6d4f7951306f7aa6add9d0852d2891aa74b (diff)
downloadchrome-ec-e8dd8120c87f7dc8b8faa61af2b87fed2583f5cb.tar.gz
makefile: remove print-chip-variant
We ended up deciding on a different design for the location of ISH firmware in the filesystem (long ago), and the chip variant is no longer needed in the ebuild. Remove this target. BUG=b:122371717 BRANCH=none TEST=buildall Change-Id: I9d5152537c9f4e86296546b86c98f581534d379f Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1742418 Reviewed-by: Raul E Rangel <rrangel@chromium.org>
-rw-r--r--Makefile.rules5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.rules b/Makefile.rules
index be651c9d1d..1279640453 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -649,10 +649,6 @@ print-configs:
-DSECTION_IS_RW=$(EMPTY) include/config.h | \
grep "#define CONFIG_" | cut -c9- | sort
-.PHONY: print-chip-variant
-print-chip-variant:
- @echo "$(CHIP_VARIANT)"
-
.PHONY: clean
clean:
-rm -rf $(out)
@@ -686,7 +682,6 @@ help:
@echo " print-host-tests - Prints all host test targets"
@echo " print-host-fuzzers - Prints all host fuzz targets"
@echo " print-boards - Prints all boards"
- @echo " print-chip-variant [BOARD=] - Print chip variant used for the target board"
@echo " print-configs [BOARD=] - Print CONFIG_* options for the target board"
@echo "Common Variables:"
@echo " V=1 - Show make output"