Changeset 165 for soft/giet_vm/Makefile


Ignore:
Timestamp:
Jul 4, 2012, 2:51:18 PM (12 years ago)
Author:
alain
Message:

Introducing various modifications in kernel initialisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/Makefile

    r163 r165  
    44LD=mipsel-unknown-elf-ld
    55DU=mipsel-unknown-elf-objdump
    6 
    76
    87#current directory absolute path
     
    2524SYS_OBJS_LIST = \
    2625                sys_handler.o \
    27                 init.o          \
    2826                giet.o \
    2927                switch.o \
     
    3331                exc_handler.o \
    3432                irq_handler.o \
    35                 task_init.o
     33                kernel_init.o
    3634
    3735BOOT_OBJS_LIST = reset.o \
     
    3937
    4038#LIB_SRCS = $(wildcard $(LIB_NAME)/*.c)
    41 LIB_OBJS_LIST = stdio.o\
    42                                 mwmr.o\
     39LIB_OBJS_LIST = stdio.o \
     40                                mwmr_channel.o \
     41                                barrier.o \
     42                                spin_lock.o \
    4343                                common.o
    4444
     
    7373        @mkdir $(ELF_PATH) 2>$(TRASH)
    7474
    75 ## compile the parser
    7675## mapping compilation
    7776map.bin: map.xml
Note: See TracChangeset for help on using the changeset viewer.