| Line 20... |
Line 20... |
| 20 |
GENINSTALLER := python tools/geninstaller.py
|
20 |
GENINSTALLER := python tools/geninstaller.py
|
| 21 |
STUBEMBED := python tools/stubembed.py
|
21 |
STUBEMBED := python tools/stubembed.py
|
| 22 |
COMPILECONFIG := python $(ILOADERDIR)/tools/compileconfig.py
|
22 |
COMPILECONFIG := python $(ILOADERDIR)/tools/compileconfig.py
|
| 23 |
EMBIOSBOOTCFG := python $(EMBIOSDIR)/tools/embiosbootcfg.py
|
23 |
EMBIOSBOOTCFG := python $(EMBIOSDIR)/tools/embiosbootcfg.py
|
| 24 |
EMBIOSEMBEDAPP := python $(EMBIOSDIR)/tools/embiosembedapp.py
|
24 |
EMBIOSEMBEDAPP := python $(EMBIOSDIR)/tools/embiosembedapp.py
|
| 25 |
CRYPTFW := python $(TOOLSDIR)/ipodcrypt.py nano2g-cryptfw
|
25 |
CRYPTFW := python $(EMBIOSDIR)/tools/ipodcrypt.py nano2g-cryptfirmware
|
| 26 |
SCRAMBLE := python $(TOOLSDIR)/scramble.py
|
26 |
SCRAMBLE := python $(TOOLSDIR)/scramble.py
|
| 27 |
|
27 |
|
| 28 |
CFLAGS += -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -I$(EMBIOSDIR)/export -ffunction-sections -fdata-sections -mcpu=arm940t
|
28 |
CFLAGS += -Os -fno-pie -fno-stack-protector -fomit-frame-pointer -I. -I$(EMBIOSDIR)/export -ffunction-sections -fdata-sections -mcpu=arm940t
|
| 29 |
LDFLAGS += "$(shell $(CC) -print-libgcc-file-name)" --gc-sections
|
29 |
LDFLAGS += "$(shell $(CC) -print-libgcc-file-name)" --gc-sections
|
| 30 |
|
30 |
|