Subversion Repositories HelenOS

Rev

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

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