FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/bsp/abb+spi/Makefile @ 157:e48ea5875df7
gsm-fw: SPI task code compiles and links
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 17 Nov 2013 09:17:06 +0000 |
parents | 47754cdb6248 |
children | 05342cadbaf1 |
comparison
equal
deleted
inserted
replaced
156:eba29cb0526c | 157:e48ea5875df7 |
---|---|
1 CC= arm-elf-gcc | 1 CC= arm-elf-gcc |
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | 2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb |
3 LD= arm-elf-ld | 3 LD= arm-elf-ld |
4 | 4 |
5 OBJS= abb.o | 5 OBJS= abb.o spi_api.o spi_drv.o spi_env.o spi_process.o spi_task.o |
6 | 6 |
7 HDRS= abb.h abb_core_inth.h abb_inline.h abb_inth.h spi_api.h spi_drv.h \ | 7 HDRS= abb.h abb_core_inth.h abb_inline.h abb_inth.h spi_api.h spi_drv.h \ |
8 spi_env.h spi_pool_size.h spi_process.h spi_task.h | 8 spi_env.h spi_pool_size.h spi_process.h spi_task.h |
9 | 9 |
10 all: xipcode.o | 10 all: xipcode.o |