summaryrefslogtreecommitdiffstats
path: root/tester/covoar/Makefile
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-07-28 16:14:26 -0400
committerJoel Sherrill <joel@rtems.org>2021-08-03 15:56:53 -0500
commita08a5644c48c640ddf09f98809028592badd7743 (patch)
tree841991d0100a3a8858b8a891a885a7812b3e8816 /tester/covoar/Makefile
parentapp_common: Remove functions and macros (diff)
downloadrtems-tools-a08a5644c48c640ddf09f98809028592badd7743.tar.bz2
Remove app_common and all references to it
- Removed the includes of app_common.h - Removed app_common references in build infrastructure - Removed app_common.cc and app_common.h
Diffstat (limited to 'tester/covoar/Makefile')
-rw-r--r--tester/covoar/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/tester/covoar/Makefile b/tester/covoar/Makefile
index 694e4e1..bc493d8 100644
--- a/tester/covoar/Makefile
+++ b/tester/covoar/Makefile
@@ -2,8 +2,7 @@ INSTALL_DIR=../bin
CXXFLAGS=-g -Wall -O3
PROGRAMS=covoar qemu-dump-trace trace-converter configfile-test
-COMMON_OBJS= app_common.o \
- ConfigFile.o \
+COMMON_OBJS= ConfigFile.o \
CoverageFactory.o \
CoverageMap.o \
CoverageMapBase.o \
@@ -90,9 +89,6 @@ trace-converter: $(TRACECONVERTER_OBJS)
configfile-test: $(CONFIGFILE_TEST_OBJS)
$(CXX) $(CXXFLAGS) -o $(@) $(CONFIGFILE_TEST_OBJS)
-# DEPENDENCIES ON SINGLE OBJECTS
-app_common.o: app_common.h app_common.cc
-
covoar.o: covoar.cc CoverageFactory.h CoverageMap.h DesiredSymbols.h \
ExecutableInfo.h Explanations.h ObjdumpProcessor.h ReportsBase.h