altos: Starting to write cc1120 driver
[fw/altos] / src / stm / Makefile.defs
index 76962a3efd55d98fd0cd7dd9fb474472b699e405..3edfa41d5a512deca15f0b17d9ea8bafea3f10da 100644 (file)
@@ -16,7 +16,7 @@ ifndef VERSION
 include ../Version
 endif
 
-AO_CFLAGS=-I. -I../stm -I../core -I..
+AO_CFLAGS=-I. -I../stm -I../core -I../drivers -I..
 STM_CFLAGS=-std=gnu99 -mlittle-endian -mcpu=cortex-m3 -mthumb -ffreestanding -nostdlib $(AO_CFLAGS) $(SAT_CFLAGS)
 
 LDFLAGS=-L../stm -Wl,-Taltos.ld