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