kernel/eka/nkern/nkern.mmp
branchRCL_3
changeset 43 c1f20ce4abcf
parent 0 a41df078684a
child 44 3e88ff8f41d5
equal deleted inserted replaced
42:a179b74831c9 43:c1f20ce4abcf
    14 // e32/nkern/nkern.mmp
    14 // e32/nkern/nkern.mmp
    15 // 
    15 // 
    16 //
    16 //
    17 
    17 
    18 sourcepath				../nkern
    18 sourcepath				../nkern
    19 source					nkern.cpp
    19 source					nkern.cpp nklib.cpp
    20 #ifdef MARM
    20 #ifdef MARM
    21 sourcepath				../common/arm
    21 sourcepath				../common/arm
    22 source					atomics.cia
    22 source					atomics.cia
    23 sourcepath				../nkern/arm
    23 sourcepath				../nkern/arm
    24 source					vectors.cia ncsched.cpp ncsched.cia nctimer.cia ncutilf.cia
    24 source					vectors.cia ncsched.cpp ncsched.cia nctimer.cia ncutilf.cia
       
    25 source					nklib.cia
    25 
    26 
    26 // X86
    27 // X86
    27 #elif defined(X86)
    28 #elif defined(X86)
    28 #if defined(GCC32)
    29 #if defined(GCC32)
    29 sourcepath				../common/x86
    30 sourcepath				../common/x86
    69 ARMLIBS					c_a__un.l cpprt_a__u.l
    70 ARMLIBS					c_a__un.l cpprt_a__u.l
    70 #ifndef ARMCC_2_1
    71 #ifndef ARMCC_2_1
    71 ARMLIBS					h_a__un.l 
    72 ARMLIBS					h_a__un.l 
    72 #endif
    73 #endif
    73 #else
    74 #else
       
    75 #ifdef ARMCC_4
       
    76 ARMLIBS					c_5.l     h_5.l     cpprt_5.l
       
    77 #else
    74 ARMLIBS					c_4.l     h_4.l     cpprt_4.l
    78 ARMLIBS					c_4.l     h_4.l     cpprt_4.l
       
    79 #endif
    75 #endif
    80 #endif
    76 END
    81 END
    77 
    82 
    78 
    83