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/Minimal_soft/Makefile

    r98 r100  
    1212DIR_ASM                         = $(DIR_SRC)/asm
    1313DIR_SYS                         = $(DIR_SRC)/sys
    14 DIR_INC                         = $(DIR_C)/include
    15 DIR_LDSCRIPT                    = ../Global/ldscript/
     14DIR_INC                         = $(DIR_SRC)/include
     15DIR_LDSCRIPT                    = ../Common/ldscript/
    1616
    17 INCLUDE                         = -I$(DIR_INC)
    18 LIBRARY                         =
     17INCDIR                          = -I$(DIR_INC)
     18LIBDIR                          =
     19LIBNAME                         =
    1920
    2021#-----[ Files ]-------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.