Subversion Repositories freemyipod

Rev

Rev 457 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 457 Rev 462
Line 13... Line 13...
13
          build/cancelled.ucl build/repartitioning.ucl build/preparing.ucl build/installfiles.ucl build/flashing.ucl
13
          build/cancelled.ucl build/repartitioning.ucl build/preparing.ucl build/installfiles.ucl build/flashing.ucl
14
 
14
 
15
FLASHFILES = flashfiles/uninstaller-nano2g.embiosapp.ucl flashfiles/iloader.cfg.ucl flashfiles/iloader.embiosapp.ucl \
15
FLASHFILES = flashfiles/uninstaller-nano2g.embiosapp.ucl flashfiles/iloader.cfg.ucl flashfiles/iloader.embiosapp.ucl \
16
             flashfiles/embiosldr-ipodnano2g.dfu flashfiles/embios-ipodnano2g.ucl flashfiles/umsboot-ipodnano2g.ucl
16
             flashfiles/embiosldr-ipodnano2g.dfu flashfiles/embios-ipodnano2g.ucl flashfiles/umsboot-ipodnano2g.ucl
17
 
17
 
-
 
18
ifeq ($(shell uname),WindowsNT)
-
 
19
CCACHE :=
-
 
20
else
-
 
21
CCACHE := $(shell which ccache)
-
 
22
endif
-
 
23
 
18
CROSS   ?= arm-elf-eabi-
24
CROSS   ?= arm-elf-eabi-
19
CC      := $(CROSS)gcc
25
CC      := $(CCACHE) $(CROSS)gcc
20
AS      := $(CROSS)as
26
AS      := $(CROSS)as
21
LD      := $(CROSS)ld
27
LD      := $(CROSS)ld
22
OBJCOPY := $(CROSS)objcopy
28
OBJCOPY := $(CROSS)objcopy
23
UCLPACK := ucl2e10singleblk
29
UCLPACK := ucl2e10singleblk
24
GENINSTALLER := python tools/geninstaller.py
30
GENINSTALLER := python tools/geninstaller.py