sl@0: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // e32/nkernsmp/nkern.mmp sl@0: // sl@0: // sl@0: sl@0: sourcepath ../nkernsmp sl@0: source nkern.cpp nkerns.cpp sched.cpp dfcs.cpp nk_timer.cpp nk_irq.cpp sl@0: sl@0: #ifdef MARM sl@0: sourcepath ../common/arm sl@0: source atomics.cia sl@0: sourcepath ../nkernsmp/arm sl@0: source vectors.cia ncsched.cpp ncsched.cia nctimer.cia ncutilf.cia ncirq.cpp ncirq.cia ncthrd.cia sl@0: source ncutils.cia ncutils.cpp ncthrd.cpp ncglob.cpp nccpu.cpp nccpu.cia sl@0: sl@0: sl@0: #elif defined(X86) sl@0: #if defined(GCC32) sl@0: sourcepath ../common/x86 sl@0: source atomics.cia sl@0: #elif defined(VC32) sl@0: sourcepath ../common/win32 sl@0: source atomics.cpp sl@0: #endif sl@0: sourcepath ../nkernsmp/x86 sl@0: source ncsched.cpp ncsched.cia ncthrd.cpp ncthrd.cia vectors.cpp vectors.cia sl@0: source ncutilf.cpp ncutilf.cia ncutils.cpp ncutils.cia nccpu.cpp nccpu.cia sl@0: source ncirq.cpp ncirq.cia ncglob.cpp sl@0: sl@0: #elif defined(WINS) sl@0: #error No SMP on WINS sl@0: #endif sl@0: sl@0: START ARMCC sl@0: ARMRT sl@0: #ifdef ARMCC_2 sl@0: ARMLIBS c_a__un.l cpprt_a__u.l sl@0: #ifndef ARMCC_2_1 sl@0: ARMLIBS h_a__un.l sl@0: #endif sl@0: #else sl@0: ARMLIBS c_4.l h_4.l cpprt_4.l sl@0: #endif sl@0: END sl@0: