| 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 |
CROSS ?= arm-none-eabi-
|
18 |
CROSS ?= arm-elf-eabi-
|
| 19 |
CC := $(CROSS)gcc
|
19 |
CC := $(CROSS)gcc
|
| 20 |
AS := $(CROSS)as
|
20 |
AS := $(CROSS)as
|
| 21 |
LD := $(CROSS)ld
|
21 |
LD := $(CROSS)ld
|
| 22 |
OBJCOPY := $(CROSS)objcopy
|
22 |
OBJCOPY := $(CROSS)objcopy
|
| 23 |
UCLPACK := ucl2e10singleblk
|
23 |
UCLPACK := ucl2e10singleblk
|