From 0ff13d97d1a58a1c7e98d81d5c85c6d689b8fb93 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 5 May 2015 16:52:10 -0700 Subject: Drop lbtdump, like it's 2007 We have discussed dropping lbtdump since 2007, since it was obsoleted by lxbios (nowadays aka nvramtool) back then. http://www.coreboot.org/pipermail/coreboot/2007-August/024188.html Well, it's only eight years later. Change-Id: I5242118cd3763d1b8c4bdc6f023cf93ae1b5b85d Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/10121 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/lbtdump/Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 util/lbtdump/Makefile (limited to 'util/lbtdump/Makefile') diff --git a/util/lbtdump/Makefile b/util/lbtdump/Makefile deleted file mode 100644 index 9e923aea6a..0000000000 --- a/util/lbtdump/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -TARGET=lbtdump - -CC=gcc -CFLAGS=-g -O -Wall - -all: $(TARGET) - -$(TARGET): *.c - $(CC) $(CFLAGS) $< -o $@ - -clean: - rm -f $(TARGET) - - -- cgit v1.2.3