FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/bsp/Makefile @ 160:dbfc9ff4e8d2
gsm-fw: starting to compile RTC code
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 17 Nov 2013 22:52:52 +0000 |
parents | 3be2bc80ad38 |
children | 98be4841eeb7 |
comparison
equal
deleted
inserted
replaced
159:3c42e6e5fc04 | 160:dbfc9ff4e8d2 |
---|---|
11 AOBJS= ${IOBJS} oldint.o | 11 AOBJS= ${IOBJS} oldint.o |
12 | 12 |
13 HDRS= armio.h clkm.h dma.h inth.h iq.h mem.h rhea_arm.h sim.h timer.h \ | 13 HDRS= armio.h clkm.h dma.h inth.h iq.h mem.h rhea_arm.h sim.h timer.h \ |
14 timer1.h timer2.h ulpd.h | 14 timer1.h timer2.h ulpd.h |
15 | 15 |
16 SUBDIR= abb+spi | 16 SUBDIR= abb+spi rtc |
17 | 17 |
18 all: ${IOBJS} ${XOBJS} ${SUBDIR} xipcode.o | 18 all: ${IOBJS} ${XOBJS} ${SUBDIR} xipcode.o |
19 | 19 |
20 ${AOBJS}: ${HDRS} | 20 ${AOBJS}: ${HDRS} |
21 | 21 |