Changeset 137 for trunk/Softwares/Dhrystone
- Timestamp:
- Feb 16, 2010, 1:35:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/Dhrystone/Makefile
r130 r137 17 17 DIR_SYS = $(DIR_SRC)/sys 18 18 DIR_INC = $(DIR_SRC)/include 19 DIR_LDSCRIPT = $( NEWLIB)/lib/19 DIR_LDSCRIPT = $($(OS)_DIR_LDSCRIPT) 20 20 21 INCDIR = $( NEWLIB_INCDIR) -I$(DIR_INC)22 LIBDIR = $( NEWLIB_LIBDIR)23 LIBNAME = $( NEWLIB_LIBNAME)21 INCDIR = $($(OS)_INCDIR) -I$(DIR_INC) 22 LIBDIR = $($(OS)_LIBDIR) 23 LIBNAME = $($(OS)_LIBNAME) 24 24 25 25 FLAGS = -DDHRYSTONE_NB_RUNS=$(DHRYSTONE_NB_RUNS) 26 26 27 27 #-----[ Files ]------------------------------------------------------------------- 28 OBJECTS = $( NEWLIB)/lib/*.o\28 OBJECTS = $($(OS)_OBJECTS) \ 29 29 $(patsubst $(DIR_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_ASM)/*.s)) \ 30 30 $(patsubst $(DIR_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_SYS)/*.s)) \
Note: See TracChangeset
for help on using the changeset viewer.