Changeset 162 for soft/giet_vm/apps/fifo/Makefile
- Timestamp:
- Jun 20, 2012, 5:11:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/apps/fifo/Makefile
r161 r162 1 1 APP_NAME=fifo 2 3 OBJS= main.o 2 4 3 5 USE+= stdio.o 4 6 USE+= mwmr.o 5 7 6 USES=$(patsubst %,$(BUILD_PATH)%,$(USE)) 7 8 OBJS= main.o 8 USES=$(patsubst %,$(BUILD_PATH)/$(LIB_NAME)/%,$(USE)) 9 9 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 … … 20 20 $(DU) -D $@ > $@.txt 21 21 22 23 22 clean: 24 23 rm -f *.o *.elf *.txt core *~ 2>$(TRASH)
Note: See TracChangeset
for help on using the changeset viewer.