marcan's patch until he gets commit access. Remove C library's includes from the firmware side since it's not available anyway and not used

This commit is contained in:
izsh@fail0verflow.com 2010-02-20 03:07:55 +00:00
commit 5e174a511b
8 changed files with 85 additions and 7 deletions

View file

@ -12,6 +12,9 @@ ASMSRC = ram-reset.s flash-reset.s
ARMSRC := $(ARMSRC) $(THUMBSRC)
THUMBSRC :=
# stdint.h provided locally until GCC 4.5 becomes C99 compliant
APP_CFLAGS = -I.
# Do not move this inclusion before the definition of {THUMB,ASM,ARM}SRC
include ../common/Makefile.common