FreeCalypso > hg > freecalypso-sw
changeset 819:1e4dbee8dcfd
ati_ext/ati_ext_mech.c compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 17:44:25 +0000 |
parents | 2ab6e5aa2c36 |
children | c421163143a0 |
files | gsm-fw/g23m-aci/Makefile gsm-fw/g23m-aci/ati_ext/Makefile gsm-fw/g23m-aci/ati_ext/ati_ext_mech.c |
diffstat | 3 files changed, 19 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/Makefile Sun Apr 05 17:39:04 2015 +0000 +++ b/gsm-fw/g23m-aci/Makefile Sun Apr 05 17:44:25 2015 +0000 @@ -1,4 +1,4 @@ -SUBDIR= aci aci_dti_mng aci_ext bat dti gdd_dio ksd l2p uart +SUBDIR= aci aci_dti_mng aci_ext ati_ext bat dti gdd_dio ksd l2p uart all: ${SUBDIR}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/g23m-aci/ati_ext/Makefile Sun Apr 05 17:44:25 2015 +0000 @@ -0,0 +1,13 @@ +CC= arm-elf-gcc +LD= arm-elf-ld + +CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb +CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ + -I../../cdginc -I../aci + +ONE_OBJ=ati_ext_mech.o + +all: ${ONE_OBJ} + +clean: + rm -f *.[oa] *.out *errs
--- a/gsm-fw/g23m-aci/ati_ext/ati_ext_mech.c Sun Apr 05 17:39:04 2015 +0000 +++ b/gsm-fw/g23m-aci/ati_ext/ati_ext_mech.c Sun Apr 05 17:44:25 2015 +0000 @@ -21,6 +21,11 @@ #ifndef ATI_EXT_MECH_C #define ATI_EXT_MECH_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" #include "aci_cmh.h" #include "ati_cmd.h"