Subversion Repositories Projects

Compare Revisions

Regard whitespace Rev 456 → Rev 455

/C-OSD/trunk/default/dist.sh
File deleted
Property changes:
Deleted: svn:executable
-*
\ No newline at end of property
/C-OSD/trunk/default/Makefile
12,7 → 12,7
COMMON = -mmcu=$(MCU)
 
## Compile options common for all C compilation units.
CFLAGS += $(COMMON)
CFLAGS = $(COMMON)
CFLAGS += -Wall -gdwarf-2 -std=gnu99 -DF_CPU=16000000UL -O2 -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
CFLAGS += -MD -MP -MT $(*F).o -MF dep/$(@F).d