1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/kernelhwsrv/kernel/eka/nkernsmp/nkern.mmp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,57 @@
1.4 +// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of the License "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// e32/nkernsmp/nkern.mmp
1.18 +//
1.19 +//
1.20 +
1.21 +sourcepath ../nkernsmp
1.22 +source nkern.cpp nkerns.cpp sched.cpp dfcs.cpp nk_timer.cpp nk_irq.cpp
1.23 +
1.24 +#ifdef MARM
1.25 +sourcepath ../common/arm
1.26 +source atomics.cia
1.27 +sourcepath ../nkernsmp/arm
1.28 +source vectors.cia ncsched.cpp ncsched.cia nctimer.cia ncutilf.cia ncirq.cpp ncirq.cia ncthrd.cia
1.29 +source ncutils.cia ncutils.cpp ncthrd.cpp ncglob.cpp nccpu.cpp nccpu.cia
1.30 +
1.31 +
1.32 +#elif defined(X86)
1.33 +#if defined(GCC32)
1.34 +sourcepath ../common/x86
1.35 +source atomics.cia
1.36 +#elif defined(VC32)
1.37 +sourcepath ../common/win32
1.38 +source atomics.cpp
1.39 +#endif
1.40 +sourcepath ../nkernsmp/x86
1.41 +source ncsched.cpp ncsched.cia ncthrd.cpp ncthrd.cia vectors.cpp vectors.cia
1.42 +source ncutilf.cpp ncutilf.cia ncutils.cpp ncutils.cia nccpu.cpp nccpu.cia
1.43 +source ncirq.cpp ncirq.cia ncglob.cpp
1.44 +
1.45 +#elif defined(WINS)
1.46 +#error No SMP on WINS
1.47 +#endif
1.48 +
1.49 +START ARMCC
1.50 +ARMRT
1.51 +#ifdef ARMCC_2
1.52 +ARMLIBS c_a__un.l cpprt_a__u.l
1.53 +#ifndef ARMCC_2_1
1.54 +ARMLIBS h_a__un.l
1.55 +#endif
1.56 +#else
1.57 +ARMLIBS c_4.l h_4.l cpprt_4.l
1.58 +#endif
1.59 +END
1.60 +