Subversion Repositories HelenOS

Rev

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

Rev 3222 Rev 3244
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 4096 $(USPACEDIR)/dist/ initrd.img
125
	../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs.img
-
 
126
	../../../../tools/mkhord.py 4096 initrd.fs.img initrd.img
-
 
127
	rm initrd.fs.img
126
	../../../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
127
 
129
 
128
%.o: %.S
130
%.o: %.S
129
	$(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@
131
	$(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@
130
 
132