Changeset 218 for soft/giet_vm/Makefile
- Timestamp:
- Sep 19, 2012, 10:52:43 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/Makefile
r215 r218 64 64 65 65 ### system compilation 66 build/sys/sys.elf: $(SYS_OBJS) sys/sys.ld 66 build/sys/sys.elf: $(SYS_OBJS) sys/sys.ld 67 67 $(LD) -o $@ -T sys/sys.ld $(SYS_OBJS) 68 68 $(DU) -D $@ > $@.txt 69 69 70 build/sys/%.o: sys/%.c giet_config.h 70 build/sys/%.o: sys/%.c giet_config.h $(MAP_XML) 71 71 $(CC) $(INCLUDE) $(CFLAGS) -c -o $@ $< 72 72 73 build/sys/%.o: sys/%.s giet_config.h 73 build/sys/%.o: sys/%.s giet_config.h $(MAP_XML) 74 74 $(CC) $(INCLUDE) $(CFLAGS) -c -o $@ $< 75 75 … … 79 79 $(DU) -D $@ > $@.txt 80 80 81 build/boot/%.o: boot/%.c giet_config.h 81 build/boot/%.o: boot/%.c giet_config.h $(MAP_XML) 82 82 $(CC) $(INCLUDE) $(CFLAGS) -c -o $@ $< 83 83 84 build/boot/%.o: boot/%.S giet_config.h 84 build/boot/%.o: boot/%.S giet_config.h $(MAP_XML) 85 85 $(CC) $(INCLUDE) $(CFLAGS) -c -o $@ $< 86 86
Note: See TracChangeset
for help on using the changeset viewer.