############################################################################# # $IBMCopyrightBlock: # # IBM Confidential # # Licensed Internal Code Source Materials # # IBM HostBoot Licensed Internal Code # # (C) Copyright IBM Corp. 2010 - 2011 # # The source code for this program is not published or other- # wise divested of its trade secrets, irrespective of what has # been deposited with the U.S. Copyright Office. #$ ############################################################################# ROOTPATH = .. SUBDIRS = kernel.d lib.d libc++.d sys.d usr.d build.d IMGS = hbicore hbicore_test EXTRA_LIDS = dslid BASE_OBJECTS = console.o spinlock.o string.o stdlib.o assert.o stdio.o \ builtins.o vfs_init.o heapmgr.o pagemgr.o DIRECT_BOOT_OBJECTS = start.o kernel.o taskmgr.o cpumgr.o syscall.o \ scheduler.o exception.o vmmmgr.o timemgr.o \ syscall_stub.o syscall_task.o syscall_misc.o \ syscall_msg.o syscall_mmio.o syscall_time.o \ syscall_mm.o init_main.o vfs_main.o sync.o futexmgr.o \ ptmgr.o segmentmgr.o basesegment.o devicesegment.o \ block.o cxxtest_data.o cpuid.o misc.o msghandler.o ## STUB_TESTCASE_OBJECT = cxxtest_stub.o RUNTIME_OBJECTS = BASE_MODULES = trace errl devicefw scom xscom initservice taskargs pnor i2c EXTENDED_MODULES = targeting ecmddatabuffer hwpf fapi hwp plat \ extinitsvc istepdisp isteps DIRECT_BOOT_MODULES = example RUNTIME_MODULES = TESTCASE_MODULES = cxxtest testerrl testdevicefw testsyslib \ testscom testxscom testtargeting testinitservice testkernel \ testhwpf testecmddatabuffer tasktest2 testcxxtest testpnor \ testi2c RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic hbicore_OBJECTS = ${BASE_OBJECTS} ${DIRECT_BOOT_OBJECTS} ${STUB_TESTCASE_OBJECT} hbicore_MODULES = ${BASE_MODULES} ${EXTENDED_MODULES} ${DIRECT_BOOT_MODULES} hbicore_EXTENDED_MODULES = fakeext hbicore_LIDNUMBER = 80f00100 hbicore_test_OBJECTS = ${BASE_OBJECTS} ${DIRECT_BOOT_OBJECTS} hbicore_test_MODULES = ${hbicore_MODULES} ${TESTCASE_MODULES} hbicore_test_EXTENDED_MODULES = #halruntime_OBJECTS = ${BASE_OBJECTS} ${RUNTIME_OBJECTS} #halruntime_MODULES = ${BASE_MODULES} ${EXTENDED_MODULES} ${RUNTIME_MODULES} #halruntime_LDFLAGS = ${RELOCATABLE_IMAGE_LDFLAGS} #halruntime_LIDNUMBER = 80f00101 dslid_LIDNUMBER = 80f001fe include ${ROOTPATH}/config.mk