[SLOF] [PATCH slof 1/7] tools: remove unused parts from the Makefile
Alexey Kardashevskiy
aik at ozlabs.ru
Wed Jul 27 16:19:14 AEST 2016
From: Adrian Reber <adrian at lisas.de>
(cherry picked from commit 56b5525adf5473195f890b2e932f39f0d17fed49)
Cherry picked from https://lisas.de/~adrian/slof/slof.git/
Signed-off-by: Adrian Reber <adrian at lisas.de>
Signed-off-by: Alexey Kardashevskiy <aik at ozlabs.ru>
---
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.5.0.rc3
More information about the SLOF
mailing list