Subversion Repositories HelenOS

Rev

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

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