Changeset 162 for soft/giet_vm/apps/numsplit
- Timestamp:
- Jun 20, 2012, 5:11:11 PM (13 years ago)
- Location:
- soft/giet_vm/apps/numsplit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/apps/numsplit/Makefile
r161 r162 8 8 OBJS+= producer.o 9 9 10 USES=$(patsubst %,$(BUILD_PATH) %,$(USE))10 USES=$(patsubst %,$(BUILD_PATH)/$(LIB_NAME)/%,$(USE)) 11 11 SRCS=$(patsubst %.o,%.c,$(OBJS)) 12 12 … … 15 15 .PHONY: compile 16 16 17 BIN_NAME_PATH=$( BIN_PATH)$(APP_NAME).elf17 BIN_NAME_PATH=$(ELF_PATH)$(APP_NAME).elf 18 18 19 19 $(APP_NAME).elf: compile $(APP_NAME).ld -
soft/giet_vm/apps/numsplit/consumer.c
r160 r162 6 6 srl_mwmr_t input = GET_MWMR(mwmr); 7 7 char buf[BUF_SIZE]; 8 int i,x;8 //int i,x; 9 9 while(1) 10 10 {
Note: See TracChangeset
for help on using the changeset viewer.