summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorjolsa@redhat.com <jolsa@redhat.com>2011-06-20 16:14:11 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2012-01-11 19:55:00 +0100
commit98081e0b14253bc0635624f400719c3d325e5734 (patch)
treeac662c8ac0e19de02b3f3b2526a244e3d17d7c4a /src/Makefile
parent97f80d2e5d6f984a71c870748bc9c51f40dd0839 (diff)
downloadlatrace-98081e0b14253bc0635624f400719c3d325e5734.tar.gz
latrace-98081e0b14253bc0635624f400719c3d325e5734.tar.xz
latrace-98081e0b14253bc0635624f400719c3d325e5734.zip
error simulation: library part
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 6b849d3..e009358 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -40,6 +40,13 @@ AUDIT_OBJS+=\
src/sysdeps/$(CONFIG_SYSDEP_DIR)/stack.o
endif
+# TODO make this for all error simulation objects
+ifeq ($(CONFIG_ARCH_HAVE_ERROR_SIM),y)
+AUDIT_OBJS+=\
+ src/sysdeps/$(CONFIG_SYSDEP_DIR)/error.o \
+ src/audit-error.o
+endif
+
OBJS+=$(AUDIT_OBJS)
PROGRAMS+= $(AUDIT_BIN)
# no dependency for flex and bison definitions