Changeset 197 for soft/giet_vm/Makefile


Ignore:
Timestamp:
Aug 8, 2012, 12:06:38 PM (12 years ago)
Author:
alain
Message:

Activating the distributed scheduler in the memo Makefile.
Fixing a bug in the boot_init.c file (initialisation of "tasks" variable in the schedulers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r196 r197  
    6666        $(DU) -D $@ > $@.txt
    6767
    68 build/sys/%.o: sys/%.c
     68build/sys/%.o: sys/%.c giet_config.h
    6969        $(CC) $(INCLUDE) $(CFLAGS)  -c -o $@ $<
    7070
    71 build/sys/%.o: sys/%.s
     71build/sys/%.o: sys/%.s giet_config.h
    7272        $(CC) $(INCLUDE) $(CFLAGS)  -c -o $@ $<
    7373
     
    7777        $(DU) -D $@ > $@.txt
    7878
    79 build/boot/%.o: boot/%.c
     79build/boot/%.o: boot/%.c giet_config.h
    8080        $(CC) $(INCLUDE) $(CFLAGS)  -c -o $@ $<
    8181
    82 build/boot/%.o: boot/%.S
     82build/boot/%.o: boot/%.S giet_config.h
    8383        $(CC) $(INCLUDE) $(CFLAGS)  -c -o $@ $<
    8484
     
    116116
    117117### libs compilation
    118 build/libs/utils.o: libs/utils.c
     118build/libs/utils.o: libs/utils.c giet_config.h
    119119        $(CC) $(CFLAGS) $(INCLUDE)  -c -o $@ $<
    120120
    121 build/libs/stdio.o: libs/stdio.c
     121build/libs/stdio.o: libs/stdio.c giet_config.h 
    122122        $(CC) $(CFLAGS) $(INCLUDE)  -c -o $@ $<
    123123
Note: See TracChangeset for help on using the changeset viewer.