freemyipod r520 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r519‎ | r520 | r521 >
Date:02:28, 6 February 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE Loader for iPod Classic: Don't encrypt generated loader, it's pretty useless as it's device dependent
Modified paths:
  • /emcore/trunk/loader/ipodclassic/Makefile (modified) (history)

Diff [purge]

Index: emcore/trunk/loader/ipodclassic/Makefile
@@ -14,7 +14,6 @@
1515 LD := $(CROSS)ld
1616 OBJCOPY := $(CROSS)objcopy
1717 UCLPACK := ucl2e10singleblk
18 -CRYPTNOR := python $(EMCOREDIR)/tools/ipodcrypt.py s5l8702-cryptnor
1918
2019 CFLAGS += -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -ffunction-sections -fdata-sections -mcpu=arm926ej-s
2120 LDFLAGS += "$(shell $(CC) -print-libgcc-file-name)" --gc-sections
@@ -33,12 +32,8 @@
3433
3534 -include $(OBJ:%=%.dep)
3635
37 -$(NAME): build/$(NAME).8702
 36+$(NAME): build/$(NAME).bin
3837
39 -build/$(NAME).8702: build/$(NAME).bin
40 - @echo [CNOR] $<
41 - @$(CRYPTNOR) $^ $@
42 -
4338 build/$(NAME).bin: build/$(NAME).elf
4439 @echo [OC] $<
4540 @$(OBJCOPY) -O binary $^ $@