summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-04-18 20:45:25 -0500
committerStewart Smith <stewart@linux.ibm.com>2018-04-18 20:45:25 -0500
commit5307c0ec789991a473023509da03533c6d4779e2 (patch)
tree36ae41caf3c61ae3d77ee923ccdd5c9de45c84a0
parentd45c614bb5b35754705e5e9116511df02c3cc1ba (diff)
downloadtalos-skiboot-5307c0ec789991a473023509da03533c6d4779e2.tar.gz
talos-skiboot-5307c0ec789991a473023509da03533c6d4779e2.zip
external/trace: fix makefile
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--external/trace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/trace/Makefile b/external/trace/Makefile
index b3973807..3b6684bf 100644
--- a/external/trace/Makefile
+++ b/external/trace/Makefile
@@ -1,5 +1,5 @@
HOSTEND=$(shell uname -m | sed -e 's/^i.*86$$/LITTLE/' -e 's/^x86.*/LITTLE/' -e 's/^ppc.*/BIG/')
-CFLAGS=-g -Wall -DHAVE_$(HOSTEND)_ENDIAN -I../../include
+CFLAGS=-g -Wall -DHAVE_$(HOSTEND)_ENDIAN -I../../include -I../../
dump_trace: dump_trace.c
OpenPOWER on IntegriCloud