Changeset 162 for soft/giet_vm/apps/router/Makefile
- Timestamp:
- Jun 20, 2012, 5:11:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/apps/router/Makefile
r161 r162 4 4 USE+= mwmr.o 5 5 6 USES= $(patsubst %,$(BUILD_PATH)%,$(USE))6 USES=$(patsubst %,$(BUILD_PATH)/$(LIB_NAME)/%,$(USE)) 7 7 8 8 OBJS= main.o … … 10 10 all: $(APP_NAME).elf 11 11 12 BIN_NAME_PATH=$( BIN_PATH)$(APP_NAME).elf12 BIN_NAME_PATH=$(ELF_PATH)$(APP_NAME).elf 13 13 14 14 $(APP_NAME).elf: $(OBJS) $(APP_NAME).ld
Note: See TracChangeset
for help on using the changeset viewer.