Subversion Repositories HelenOS

Rev

Rev 3244 | Rev 3323 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3244 Rev 3258
Line 115... Line 115...
115
 
115
 
116
_components.h _components.c _link.ld $(COMPONENT_OBJECTS) initrd.o: $(COMPONENTS) $(RD_TASKS) _link.ld.in
116
_components.h _components.c _link.ld $(COMPONENT_OBJECTS) initrd.o: $(COMPONENTS) $(RD_TASKS) _link.ld.in
117
	for task in $(RD_TASKS) ; do \
117
	for task in $(RD_TASKS) ; do \
118
		cp $$task $(USPACEDIR)/dist/sbin/ ; \
118
		cp $$task $(USPACEDIR)/dist/sbin/ ; \
119
	done
119
	done
120
	../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs.img
120
	../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs
121
	../../../../tools/mkhord.py 4096 initrd.fs.img initrd.img
121
	../../../../tools/mkhord.py 4096 initrd.fs initrd.img
122
	rm initrd.fs.img
122
	rm initrd.fs
123
	../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 4096 "unsigned int" $(COMPONENTS) ./initrd.img
123
	../../../tools/pack.py $(OBJCOPY) $(BFD_NAME) $(BFD_ARCH) 4096 "unsigned int" $(COMPONENTS) ./initrd.img
124
 
124
 
125
%.o: %.S
125
%.o: %.S
126
	$(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@
126
	$(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@
127
 
127