Rev 3491 | Rev 3803 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3491 | Rev 3523 | ||
---|---|---|---|
Line 152... | Line 152... | ||
152 | done |
152 | done |
153 | ifeq ($(RDFMT),tmpfs) |
153 | ifeq ($(RDFMT),tmpfs) |
154 | ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs |
154 | ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs |
155 | endif |
155 | endif |
156 | ifeq ($(RDFMT),fat) |
156 | ifeq ($(RDFMT),fat) |
157 | ../../../../tools/mkfat.sh $(USPACEDIR)/dist/ initrd.fs |
157 | ../../../../tools/mkfat.py $(USPACEDIR)/dist/ initrd.fs |
158 | endif |
158 | endif |
159 | ../../../../tools/mkhord.py 16384 initrd.fs initrd.img |
159 | ../../../../tools/mkhord.py 16384 initrd.fs initrd.img |
160 | rm initrd.fs |
160 | rm initrd.fs |
161 | ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 1 "unsigned long" $(ALL_COMPONENTS) |
161 | ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 1 "unsigned long" $(ALL_COMPONENTS) |
162 | 162 |