Changeset 165 for soft/giet_vm/Makefile
- Timestamp:
- Jul 4, 2012, 2:51:18 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r163 r165 4 4 LD=mipsel-unknown-elf-ld 5 5 DU=mipsel-unknown-elf-objdump 6 7 6 8 7 #current directory absolute path … … 25 24 SYS_OBJS_LIST = \ 26 25 sys_handler.o \ 27 init.o \28 26 giet.o \ 29 27 switch.o \ … … 33 31 exc_handler.o \ 34 32 irq_handler.o \ 35 task_init.o33 kernel_init.o 36 34 37 35 BOOT_OBJS_LIST = reset.o \ … … 39 37 40 38 #LIB_SRCS = $(wildcard $(LIB_NAME)/*.c) 41 LIB_OBJS_LIST = stdio.o\ 42 mwmr.o\ 39 LIB_OBJS_LIST = stdio.o \ 40 mwmr_channel.o \ 41 barrier.o \ 42 spin_lock.o \ 43 43 common.o 44 44 … … 73 73 @mkdir $(ELF_PATH) 2>$(TRASH) 74 74 75 ## compile the parser76 75 ## mapping compilation 77 76 map.bin: map.xml
Note: See TracChangeset
for help on using the changeset viewer.