Ignore:
Timestamp:
Jan 8, 2009, 2:06:27 PM (15 years ago)
Author:
rosiere
Message:

1) Bug fix (Operation, Instruction)
2) Modif Return Address Stack
3) Add Soft Test
4) Add Soc Test

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore set to
      Makefile.flags
      Makefile.tools
      Makefile.tools_path
  • trunk/Softwares/Test/Test_003/Makefile

    r88 r100  
    1313DIR_ASM                         = $(DIR_SRC)/asm
    1414DIR_SYS                         = $(DIR_SRC)/sys
    15 DIR_INC                         = $(DIR_C)/include
    16 DIR_LDSCRIPT                    = $(DIR_SOFT)/Global/ldscript/
     15DIR_INC                         = $(DIR_SRC)/include
     16DIR_LDSCRIPT                    = $(DIR_SOFT)/Common/ldscript/
    1717
    18 INCLUDE                         = -I$(DIR_INC)
    19 LIBRARY                         =
     18INCDIR                          = -I$(DIR_INC)
     19LIBDIR                          =
     20LIBNAME                         =
    2021
    2122#-----[ Files ]-------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.