Changeset 137 for trunk/Softwares/MiBench/Makefile
- Timestamp:
- Feb 16, 2010, 1:35:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Softwares/MiBench/Makefile
r129 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 MIBENCH_DATA_PATH = $(MORPHEO_TOPLEVEL)/Softwares/MiBench/data … … 28 28 29 29 #-----[ Files ]------------------------------------------------------------------- 30 OBJECTS = $( NEWLIB)/lib/*.o\30 OBJECTS = $($(OS)_OBJECTS) \ 31 31 $(patsubst $(DIR_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_ASM)/*.s)) \ 32 32 $(patsubst $(DIR_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_SYS)/*.s)) \
Note: See TracChangeset
for help on using the changeset viewer.