Ignore:
Timestamp:
Feb 16, 2010, 1:35:48 PM (14 years ago)
Author:
rosiere
Message:

Various modif (add test, and vhdl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Softwares/Test/Test_068/Makefile

    r114 r137  
    1616DIR_SYS                         = $(DIR_SRC)/sys
    1717DIR_INC                         = $(DIR_SRC)/include
    18 DIR_LDSCRIPT                    = $(NEWLIB)/lib/
     18DIR_LDSCRIPT                    = $($(OS)_DIR_LDSCRIPT)
    1919
    20 INCDIR                          = $(NEWLIB_INCDIR) -I$(DIR_INC)
    21 LIBDIR                          = $(NEWLIB_LIBDIR)
    22 LIBNAME                         = $(NEWLIB_LIBNAME)
     20INCDIR                          = $($(OS)_INCDIR) -I$(DIR_INC)
     21LIBDIR                          = $($(OS)_LIBDIR)
     22LIBNAME                         = $($(OS)_LIBNAME)
    2323
    2424#-----[ Files ]-------------------------------------------------------------------
    25 OBJECTS                         =       $(NEWLIB)/lib/*.o \
     25OBJECTS                         =       $($(OS)_OBJECTS) \
    2626                                        $(patsubst $(DIR_ASM)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_ASM)/*.s))    \
    2727                                        $(patsubst $(DIR_SYS)/%.s,$(DIR_OBJ)/%.o,$(wildcard $(DIR_SYS)/*.s))    \
Note: See TracChangeset for help on using the changeset viewer.