Changeset 162 for soft/giet_vm/apps/numsplit/Makefile
- Timestamp:
- Jun 20, 2012, 5:11:11 PM (12 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.