Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / arm-native / kernel / mmakefile.src
blob0469c32ad5c7cb652a6085c8a5dfebd3dc0d74d6
1 # $Id$
3 include $(SRCDIR)/config/aros.cfg
5 CFILES := \
6         kernel_startup \
7         kernel_execsmp \
8         kernel_cpu \
9         kernel_ipi \
10         kernel_scheduler \
11         spininit \
12         spinislocked \
13         spintrylock \
14         spinlock \
15         spinunlock \
16         platform_init \
17         kernel_debug \
18         getsystemattr \
19         getcpucount \
20         getcpumask \
21         getcpunumber \
22         maygetchar \
23         tags \
24         intr \
25         kernel_systimer \
26         syscall \
27         mmu \
28         issuper \
29         cli \
30         sti \
31         virtualtophysical \
32         setprotection \
33         mapglobal \
34         unmapglobal \
35         vars \
36         screen_fb \
37         font8x14
39 PLATFILES := platform_bcm2708
41 AFILES := intvecs
43 #MM kernel-raspi-arm: setup-raspi-arm kernel-kernel-kobj kernel-exec-kobj kernel-task-kobj
44 kernel-raspi-arm: $(OSGENDIR)/boot/core.elf
46 $(OSGENDIR)/boot/core.elf: $(KOBJSDIR)/kernel_resource.o $(KOBJSDIR)/exec_library.o  $(KOBJSDIR)/task_resource.o
47                 %mkdirs_q $(OSGENDIR)/boot
48                 $(TARGET_LD) -Map $(OSGENDIR)/boot/core.map -T $(SRCDIR)/$(CURDIR)/ldscript.lds -o $@ $^ -L$(AROS_LIB) -larossupport -lautoinit -llibinit -lstdc.static -laeabi
49                 $(TARGET_STRIP) --strip-unneeded -R .note -R .comment $@
51 #MM kernel-kernel-raspi-arm : includes
52 #MM kernel-kernel-raspi-arm-kobj : includes
54 USER_INCLUDES := $(PRIV_KERNEL_INCLUDES) -I$(GENINCDIR) -I$(AROSDIR)/Development/include
56 %build_archspecific \
57   mainmmake=kernel-kernel maindir=rom/kernel arch=raspi-arm \
58   files="$(CFILES) $(PLATFILES)" asmfiles="$(AFILES)" compiler=kernel
59