Changeset 813 for soft/giet_vm/applications/ocean/Makefile
- Timestamp:
- Mar 31, 2016, 12:01:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/applications/ocean/Makefile
r800 r813 20 20 INCLUDES = -I. -I../.. -I../../giet_libs -I../../giet_xml 21 21 22 LIB_DEPS = ../../build/libs/libuser.a 22 LIB_DEPS = ../../build/libs/libuser.a ../../build/libmath.a 23 23 24 24 CFLAGS := -O2 -g -Wall -fomit-frame-pointer -mno-gpopt -fno-delete-null-pointer-checks … … 28 28 .PHONY: clean 29 29 30 appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS) 30 appli.elf: $(OBJS) $(APP_NAME).ld $(LIBS_DEPS) $(APP_NAME).py 31 31 $(LD) -o $@ -T $(APP_NAME).ld $(OBJS) $(LIBS) 32 32 $(DU) -D $@ > $@.txt
Note: See TracChangeset
for help on using the changeset viewer.