kernel/eka/nkern/nkern.mmp
branchRCL_3
changeset 43 c1f20ce4abcf
parent 0 a41df078684a
child 44 3e88ff8f41d5
--- a/kernel/eka/nkern/nkern.mmp	Thu Aug 19 11:14:22 2010 +0300
+++ b/kernel/eka/nkern/nkern.mmp	Tue Aug 31 16:34:26 2010 +0300
@@ -16,12 +16,13 @@
 //
 
 sourcepath				../nkern
-source					nkern.cpp
+source					nkern.cpp nklib.cpp
 #ifdef MARM
 sourcepath				../common/arm
 source					atomics.cia
 sourcepath				../nkern/arm
 source					vectors.cia ncsched.cpp ncsched.cia nctimer.cia ncutilf.cia
+source					nklib.cia
 
 // X86
 #elif defined(X86)
@@ -71,8 +72,12 @@
 ARMLIBS					h_a__un.l 
 #endif
 #else
+#ifdef ARMCC_4
+ARMLIBS					c_5.l     h_5.l     cpprt_5.l
+#else
 ARMLIBS					c_4.l     h_4.l     cpprt_4.l
 #endif
+#endif
 END