Subversion Repositories HelenOS

Rev

Rev 3492 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3492 Rev 3593
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