FreeCalypso > hg > freecalypso-sw
diff gsm-fw/bsp/rtc/Makefile @ 161:98be4841eeb7
gsm-fw: RTC code hooked into the build
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 18 Nov 2013 00:08:43 +0000 |
parents | dbfc9ff4e8d2 |
children |
line wrap: on
line diff
--- a/gsm-fw/bsp/rtc/Makefile Sun Nov 17 22:52:52 2013 +0000 +++ b/gsm-fw/bsp/rtc/Makefile Mon Nov 18 00:08:43 2013 +0000 @@ -2,7 +2,7 @@ CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb LD= arm-elf-ld -OBJS= rtc_env.o +OBJS= rtc_env.o rtc_functions.o rtc_handle_message.o rtc_process.o rtc_task.o HDRS= rtc_api.h rtc_config.h rtc_env.h rtc_i.h rtc_messages_i.h \ rtc_pool_size.h