Changeset 366 for soft/giet_vm/Makefile


Ignore:
Timestamp:
Jul 23, 2014, 4:16:05 PM (10 years ago)
Author:
cfuguet
Message:

giet_boot: using boot_entry instead of boot_init as entry point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r364 r366  
    6969               build/kernel/ctx_handler.o \
    7070               build/kernel/switch.o      \
    71                build/boot/boot.o
     71               build/boot/boot.o          \
     72               build/boot/boot_entry.o
    7273
    7374### Objects to be linked for display.elf
     
    169170        dd if=build/boot/boot.elf of=$(DISK_IMAGE) seek=2 conv=notrunc
    170171### Checking root directory
    171         mdir -i $(DISK_IMAGE) ::/
     172        mdir -/ -b -i $(DISK_IMAGE) ::/
    172173
    173174### Disk image generation (no files in this step)
     
    338339                   giet_drivers/ioc_driver.h \
    339340                   hard_config.h             \
    340                    giet_config.h             
     341                   giet_config.h
     342        $(CC) $(GIET_INCLUDE) $(CFLAGS)  -c -o $@ $<
     343
     344build/boot/boot_entry.o: giet_boot/boot_entry.S \
     345                         hard_config.h
    341346        $(CC) $(GIET_INCLUDE) $(CFLAGS)  -c -o $@ $<
    342347
     
    500505        rm -rf build/transpose/*
    501506        rm -rf build/convol/*
    502         rm -rf hdd/virt_hdd.dmg
     507        rm -rf $(DISK_IMAGE)
Note: See TracChangeset for help on using the changeset viewer.