FreeCalypso > hg > freecalypso-sw
diff target-utils/pirexplore/Makefile @ 991:5cff3579814c
target-utils: libbase factored out of libcommon
The library dependency order is now strictly unidirectional
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 30 Dec 2015 20:48:12 +0000 |
parents | 1557e15a012f |
children |
line wrap: on
line diff
--- a/target-utils/pirexplore/Makefile Sat Dec 12 20:07:51 2015 +0000 +++ b/target-utils/pirexplore/Makefile Wed Dec 30 20:48:12 2015 +0000 @@ -6,7 +6,8 @@ PROG= pirexplore OBJS= crt0.o cmdtab.o ffsparam.o flashid.o lcd.o main.o mygetchar.o rtc.o -LIBS= ../libcommon/libcommon.a ../libtiffs/libtiffs.a ../libprintf/libprintf.a +LIBS= ../libtiffs/libtiffs.a ../libcommon/libcommon.a \ + ../libprintf/libprintf.a ../libbase/libbase.a LDS= ../env/iram.lds TC_LIBS=`${CC} -print-file-name=libc.a` \ @@ -19,8 +20,7 @@ ${PROG}.elf: ${OBJS} ${LIBS} ${LDS} ${LD} -N --defsym Base_addr=0x800750 --defsym stack_bottom=0x87FFFC \ - -T ${LDS} -o $@ ${OBJS} \ - --start-group ${LIBS} --end-group \ + -T ${LDS} -o $@ ${OBJS} ${LIBS} \ --start-group ${TC_LIBS} --end-group ${PROG}.srec: ${PROG}.elf