# HG changeset patch # User Space Falcon # Date 1428255865 0 # Node ID 1e4dbee8dcfd38911c9796a0e16ab0c66ce64690 # Parent 2ab6e5aa2c36940cbc3d51a1327820932d898ed7 ati_ext/ati_ext_mech.c compiles diff -r 2ab6e5aa2c36 -r 1e4dbee8dcfd gsm-fw/g23m-aci/Makefile --- 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} diff -r 2ab6e5aa2c36 -r 1e4dbee8dcfd gsm-fw/g23m-aci/ati_ext/Makefile --- /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 diff -r 2ab6e5aa2c36 -r 1e4dbee8dcfd gsm-fw/g23m-aci/ati_ext/ati_ext_mech.c --- 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"