Subversion Repositories HelenOS

Rev

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

Rev 3492 Rev 3593
Line 138... Line 138...
138
	done
138
	done
139
ifeq ($(RDFMT),tmpfs)
139
ifeq ($(RDFMT),tmpfs)
140
	../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs
140
	../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs
141
endif
141
endif
142
ifeq ($(RDFMT),fat)
142
ifeq ($(RDFMT),fat)
143
	../../../../tools/mkfat.sh $(USPACEDIR)/dist/ initrd.fs
143
	../../../../tools/mkfat.py $(USPACEDIR)/dist/ initrd.fs
144
endif
144
endif
145
	../../../../tools/mkhord.py 4096 initrd.fs initrd.img
145
	../../../../tools/mkhord.py 4096 initrd.fs initrd.img
146
	rm initrd.fs
146
	rm initrd.fs
147
	../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 4096 "unsigned int" $(COMPONENTS) ./initrd.img
147
	../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 4096 "unsigned int" $(COMPONENTS) ./initrd.img
148
 
148