historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/roms/skiboot/external/trace/Makefile
2024-01-16 11:20:27 -06:00

7 lines
274 B
Makefile

HOSTEND=$(shell uname -m | sed -e 's/^i.*86$$/LITTLE/' -e 's/^x86.*/LITTLE/' -e 's/^ppc64le/LITTLE/' -e 's/^ppc.*/BIG/')
CFLAGS=-g -Wall -DHAVE_$(HOSTEND)_ENDIAN -I../../include -I../../
dump_trace: dump_trace.c trace.c ../../ccan/heap/heap.c
clean:
rm -f dump_trace *.o