FreeCalypso > hg > freecalypso-sw
annotate gsm-fw/serial/Makefile @ 554:3a0ce0ea4035
gsm-fw/L1/tpudrv/tpudrv.h: Leonardo version replaced with LoCosto-based one;
l1dmacro_rx_nb() and l1dmacro_rx_cont() prototypes fixed not to include the
csf_filter_choice parameter in the Calypso configuration
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 04 Aug 2014 04:57:24 +0000 | 
| parents | afceeeb2cba1 | 
| children | fc713944bd1c | 
| rev | line source | 
|---|---|
| 
116
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
1 CC= arm-elf-gcc | 
| 
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | 
| 
117
 
e40d8661ecab
nuc-fw: low-level serial code should be complete
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents: 
116 
diff
changeset
 | 
3 LD= arm-elf-ld | 
| 
116
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
4 | 
| 
136
 
3b5c3f3646fb
RV bring-up: lack of timer ticks fixed,
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents: 
117 
diff
changeset
 | 
5 OBJS= debug.o init.o serialswitch.o uart.o | 
| 
116
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
6 | 
| 
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
7 HDRS= faxdata.h serialswitch.h traceswitch.h uart.h uartfax.h | 
| 
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
8 | 
| 
117
 
e40d8661ecab
nuc-fw: low-level serial code should be complete
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents: 
116 
diff
changeset
 | 
9 all: xipcode.o | 
| 
116
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
10 | 
| 
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
11 ${OBJS}: ${HDRS} | 
| 
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
12 | 
| 
117
 
e40d8661ecab
nuc-fw: low-level serial code should be complete
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents: 
116 
diff
changeset
 | 
13 xipcode.o: ${OBJS} | 
| 
 
e40d8661ecab
nuc-fw: low-level serial code should be complete
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents: 
116 
diff
changeset
 | 
14 ${LD} -r -o $@ ${OBJS} | 
| 
 
e40d8661ecab
nuc-fw: low-level serial code should be complete
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents: 
116 
diff
changeset
 | 
15 | 
| 
116
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
16 clean: | 
| 
 
22c8199e08af
started integrating TI's serial code
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
17 rm -f *.[oa] *errs | 
