Changeset 244 for soft/giet_vm/Makefile


Ignore:
Timestamp:
Jun 6, 2013, 5:39:18 PM (11 years ago)
Author:
brejon
Message:
  • Update malloc (remote free)
  • bugfix in spin_lock (bad register used in asm inline)
  • memo/Makefile clean rule : added "-f" option to rm command
  • main Makefile :
    • added spin_lock.o in dhrystone object files
    • added rules to compile spin_lock
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r241 r244  
    4343                 build/libs/utils.o \
    4444                 build/libs/string.o \
     45                 build/libs/spin_lock.o \
    4546                 build/libs/malloc.o
    4647
     
    151152        $(CC) $(CFLAGS) $(INCLUDE) -c -o $@ $<
    152153
     154build/libs/spin_lock.o: libs/spin_lock.c libs/spin_lock.h
     155        $(CC) $(CFLAGS) $(INCLUDE) -c -o $@ $<
     156
    153157### clean
    154158clean:
Note: See TracChangeset for help on using the changeset viewer.