diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2018-04-18 20:45:25 -0500 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2018-04-18 20:45:25 -0500 |
commit | 5307c0ec789991a473023509da03533c6d4779e2 (patch) | |
tree | 36ae41caf3c61ae3d77ee923ccdd5c9de45c84a0 /external | |
parent | d45c614bb5b35754705e5e9116511df02c3cc1ba (diff) | |
download | skiboot-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/Makefile | 2 |
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 |