Changeset 100 for trunk/Softwares/Minimal_soft
- Timestamp:
- Jan 8, 2009, 2:06:27 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 deleted
- 3 edited
- 1 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:ignore
set to
Makefile.flags
Makefile.tools
Makefile.tools_path
-
Property
svn:ignore
set to
-
trunk/Softwares/Minimal_soft/Makefile
r98 r100 12 12 DIR_ASM = $(DIR_SRC)/asm 13 13 DIR_SYS = $(DIR_SRC)/sys 14 DIR_INC = $(DIR_ C)/include15 DIR_LDSCRIPT = ../ Global/ldscript/14 DIR_INC = $(DIR_SRC)/include 15 DIR_LDSCRIPT = ../Common/ldscript/ 16 16 17 INCLUDE = -I$(DIR_INC) 18 LIBRARY = 17 INCDIR = -I$(DIR_INC) 18 LIBDIR = 19 LIBNAME = 19 20 20 21 #-----[ Files ]------------------------------------------------------------------- -
trunk/Softwares/Minimal_soft/src/c/main.c
r81 r100 1 #include "thread_info.h"2 #include "cpu_info.h"3 4 1 //=====[ main ]================================================================= 5 2 /*
Note: See TracChangeset
for help on using the changeset viewer.