diff ticoff/Makefile @ 119:fb1e47bebe00

tiobjd: sorted profile output
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 04 Apr 2014 05:11:32 +0000
parents 0f94d17899b3
children 2c6b1319383b
line wrap: on
line diff
--- a/ticoff/Makefile	Thu Apr 03 07:47:03 2014 +0000
+++ b/ticoff/Makefile	Fri Apr 04 05:11:32 2014 +0000
@@ -2,7 +2,7 @@
 CFLAGS=	-O2
 PROG=	tiobjd
 OBJS=	armdis.o atcommon.o basics.o disasm.o globals.o lowlevel.o main.o \
-	reloc.o symtab.o tables.o thumbdis.o
+	profile.o reloc.o symtab.o tables.o thumbdis.o
 HDRS=	coffconst.h filestruct.h globals.h intstruct.h
 
 all:	${PROG}