diff leo-obj/tool/Makefile @ 144:fd772de226cb

tiobjd: started implementing rich symbolic info parsing
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 28 Apr 2014 08:04:39 +0000
parents fbdb7686a9e9
children 069b79b36228
line wrap: on
line diff
--- a/leo-obj/tool/Makefile	Mon Apr 28 05:55:40 2014 +0000
+++ b/leo-obj/tool/Makefile	Mon Apr 28 08:04:39 2014 +0000
@@ -2,7 +2,7 @@
 CFLAGS=	-O2
 PROG=	tiobjd
 OBJS=	armdis.o atcommon.o basics.o disasm.o globals.o hints.o ln.o lowlevel.o\
-	main.o profile.o reloc.o symtab.o tables.o thumbdis.o
+	main.o profile.o reloc.o richsym.o symtab.o tables.o thumbdis.o
 HDRS=	coffconst.h filestruct.h globals.h intstruct.h
 
 all:	${PROG}