aboutsummaryrefslogtreecommitdiff
path: root/external
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 /external
parentd45c614bb5b35754705e5e9116511df02c3cc1ba (diff)
downloadskiboot-5307c0ec789991a473023509da03533c6d4779e2.zip
skiboot-5307c0ec789991a473023509da03533c6d4779e2.tar.gz
skiboot-5307c0ec789991a473023509da03533c6d4779e2.tar.bz2
external/trace: fix makefile
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'external')
-rw-r--r--external/trace/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/trace/Makefile b/external/trace/Makefile
index b397380..3b6684b 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