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 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 4096 $(USPACEDIR)/dist/ initrd.img |
120 | ../../../../tools/mktmpfs.py $(USPACEDIR)/dist/ initrd.fs.img |
- | 121 | ../../../../tools/mkhord.py 4096 initrd.fs.img initrd.img |
|
- | 122 | rm initrd.fs.img |
|
121 | ../../../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 |
122 | 124 | ||
123 | %.o: %.S |
125 | %.o: %.S |
124 | $(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@ |
126 | $(CC) $(DEFS) $(CFLAGS) -D__ASM__ -c $< -o $@ |
125 | 127 |