Changeset 708 for soft/giet_vm/applications/convol/Makefile
- Timestamp:
- Oct 1, 2015, 4:09:25 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/convol/Makefile
r589 r708 1 2 CC = mipsel-unknown-elf-gcc 3 AS = mipsel-unknown-elf-as 4 LD = mipsel-unknown-elf-ld 5 DU = mipsel-unknown-elf-objdump 6 AR = mipsel-unknown-elf-ar 1 7 2 8 APP_NAME = convol 3 9 4 OBJS= main.o10 OBJS= convol.o 5 11 6 12 LIBS= -L../../build/libs -luser 7 13 8 INCLUDES = -I../../giet_libs -I. -I../.. 14 INCLUDES = -I../../giet_libs -I. -I../.. -I../../giet_xml 9 15 10 16 LIB_DEPS = ../../build/libs/libuser.a
Note: See TracChangeset
for help on using the changeset viewer.