[SLOF] [PATCH 02/13] tools: remove unused parts from the Makefile
Adrian Reber
adrian at lisas.de
Wed Jun 15 18:29:49 AEST 2016
(cherry picked from commit 56b5525adf5473195f890b2e932f39f0d17fed49)
Cherry picked from https://lisas.de/~adrian/slof/slof.git/
Signed-off-by: Adrian Reber <adrian at lisas.de>
---
tools/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 6de8fe6..06cdaa7 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -17,14 +17,11 @@ all: gen_reloc_table
%.o: %.c
$(HOSTCC) -W $(HOSTCFLAGS) -c $^
-elf2tst: elf2tst.o
- $(HOSTCC) $(HOSTCFLAGS) -o $@ $^
-
gen_reloc_table: gen_reloc_table.o
$(HOSTCC) $(HOSTCFLAGS) -o $@ $^
clean_here:
- rm -f elf2tst *.o gen_reloc_table
+ rm -f *.o gen_reloc_table
clean: clean_here
--
2.7.4
More information about the SLOF
mailing list