Changeset 366 for soft/giet_vm/Makefile
- Timestamp:
- Jul 23, 2014, 4:16:05 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r364 r366 69 69 build/kernel/ctx_handler.o \ 70 70 build/kernel/switch.o \ 71 build/boot/boot.o 71 build/boot/boot.o \ 72 build/boot/boot_entry.o 72 73 73 74 ### Objects to be linked for display.elf … … 169 170 dd if=build/boot/boot.elf of=$(DISK_IMAGE) seek=2 conv=notrunc 170 171 ### Checking root directory 171 mdir - i $(DISK_IMAGE) ::/172 mdir -/ -b -i $(DISK_IMAGE) ::/ 172 173 173 174 ### Disk image generation (no files in this step) … … 338 339 giet_drivers/ioc_driver.h \ 339 340 hard_config.h \ 340 giet_config.h 341 giet_config.h 342 $(CC) $(GIET_INCLUDE) $(CFLAGS) -c -o $@ $< 343 344 build/boot/boot_entry.o: giet_boot/boot_entry.S \ 345 hard_config.h 341 346 $(CC) $(GIET_INCLUDE) $(CFLAGS) -c -o $@ $< 342 347 … … 500 505 rm -rf build/transpose/* 501 506 rm -rf build/convol/* 502 rm -rf hdd/virt_hdd.dmg507 rm -rf $(DISK_IMAGE)
Note: See TracChangeset
for help on using the changeset viewer.