kernel/eka/nkern/nkern.mmp
branchRCL_3
changeset 257 3e88ff8f41d5
parent 256 c1f20ce4abcf
equal deleted inserted replaced
256:c1f20ce4abcf 257:3e88ff8f41d5
    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 nklib.cpp
    19 source					nkern.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
       
    26 
    25 
    27 // X86
    26 // X86
    28 #elif defined(X86)
    27 #elif defined(X86)
    29 #if defined(GCC32)
    28 #if defined(GCC32)
    30 sourcepath				../common/x86
    29 sourcepath				../common/x86
    70 ARMLIBS					c_a__un.l cpprt_a__u.l
    69 ARMLIBS					c_a__un.l cpprt_a__u.l
    71 #ifndef ARMCC_2_1
    70 #ifndef ARMCC_2_1
    72 ARMLIBS					h_a__un.l 
    71 ARMLIBS					h_a__un.l 
    73 #endif
    72 #endif
    74 #else
    73 #else
    75 #ifdef ARMCC_4
       
    76 ARMLIBS					c_5.l     h_5.l     cpprt_5.l
       
    77 #else
       
    78 ARMLIBS					c_4.l     h_4.l     cpprt_4.l
    74 ARMLIBS					c_4.l     h_4.l     cpprt_4.l
    79 #endif
       
    80 #endif
    75 #endif
    81 END
    76 END
    82 
    77 
    83 
    78