From b2b1d668269c8af2551df0dbb26a350f92a6795a Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Wed, 16 Aug 2017 17:53:40 +0200 Subject: util/kbc1126: [cosmetic] change Makefile casing Change-Id: Iac616fdb3de79f4f58c30a2eb674ed5152b6a6e4 Signed-off-by: Idwer Vollering Reviewed-on: https://review.coreboot.org/21050 Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- util/kbc1126/makefile | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 util/kbc1126/makefile (limited to 'util/kbc1126/makefile') diff --git a/util/kbc1126/makefile b/util/kbc1126/makefile deleted file mode 100644 index 48268747d6..0000000000 --- a/util/kbc1126/makefile +++ /dev/null @@ -1,12 +0,0 @@ -obj = kbc1126_ec_dump kbc1126_ec_insert -HOSTCC := $(if $(shell type gcc 2>/dev/null),gcc,cc) - -all: $(obj) - -%: %.c - $(HOSTCC) -Wall -o $@ $< - -clean: - rm -f kbc1126_ec_dump kbc1126_ec_insert - -.PHONY: all clean -- cgit v1.2.3