summaryrefslogtreecommitdiffstats
path: root/src/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-03-07start to use libosmocore within the firmwareHarald Welte1-2/+3
* remove linuxlist.h copy and use osmocore * don't put 'struct gsm_time' into l1ctl packets * include rx_level and snr for each burst in l1ctl * properly build libosmocore.a for target * move gsmtime functions into libosmocore * move ctype.h to standard location
2010-03-07build libosmocore for the target with "-Os -ffunction-sections"Harald Welte1-1/+2
2010-03-07Made cross-compile prefixes work normally.Ingo Albrecht1-2/+2
2010-03-07pass the correct cross compiler path name from master Makefile to firmwareHarald Welte1-1/+1
2010-03-03fix master Makefile with layer23 renameHarald Welte1-11/+11
2010-02-20add new master MakefileHarald Welte1-0/+85
using the Makefile in the 'src' directory, we nwo build everything