Rev 3486 | Rev 3803 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3486 | Rev 3523 | ||
---|---|---|---|
Line 143... | Line 143... | ||
143 | done |
143 | done |
144 | ifeq ($(RDFMT),tmpfs) |
144 | ifeq ($(RDFMT),tmpfs) |
145 | ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs |
145 | ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs |
146 | endif |
146 | endif |
147 | ifeq ($(RDFMT),fat) |
147 | ifeq ($(RDFMT),fat) |
148 | ../../../../tools/mkfat.sh $(USPACEDIR)/dist/ initrd.fs |
148 | ../../../../tools/mkfat.py $(USPACEDIR)/dist/ initrd.fs |
149 | endif |
149 | endif |
150 | ../../../../tools/mkhord.py 4096 initrd.fs initrd.img |
150 | ../../../../tools/mkhord.py 4096 initrd.fs initrd.img |
151 | rm initrd.fs |
151 | rm initrd.fs |
152 | ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 4096 "unsigned int" $(COMPONENTS) ./initrd.img |
152 | ../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 4096 "unsigned int" $(COMPONENTS) ./initrd.img |
153 | 153 |