cpu-specific mmu files are in arch/m68k now. Remove leftover atari prg stuff.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38913 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2010-10-10 01:04:36 +00:00
parent e6e5634b43
commit 948720fa91
@@ -24,24 +24,6 @@ KernelMergeObject boot_platform_amiga_m68k_shell.o :
: -Wa,--pcrel
;
# cpu-specific stuff
# should be moved to boot/arch/m68k/...
# XXX: add 020+68851 support
KernelMergeObject boot_arch_m68k_030.o :
mmu_030.cpp
: -fno-pic -Wno-unused -m68030
;
KernelMergeObject boot_arch_m68k_040.o :
mmu_040.cpp
: -fno-pic -Wno-unused -m68040
;
KernelMergeObject boot_arch_m68k_060.o :
mmu_060.cpp
: -fno-pic -Wno-unused -m68060
;
KernelMergeObject boot_platform_amiga_m68k_other.o :
# shell.S
@@ -81,45 +63,6 @@ KernelMergeObject boot_platform_amiga_m68k.o :
boot_arch_m68k_040.o
;
# AUTO folder PRG target
# based on KernelLd
rule AtariBootPrgLd
{
# AtariBootPrgLd <name> : <objs> : <linkerscript> : <args> ;
LINK on $(1) = $(TARGET_LD) ;
LINKFLAGS on $(1) = $(4) ;
if $(3) { LINKFLAGS on $(1) += --script=$(3) ; }
# Remove any preset LINKLIBS
LINKLIBS on $(1) = ;
# TODO: Do we really want to invoke SetupKernel here? The objects should
# have been compiled with KernelObjects anyway, so we're doing that twice.
SetupKernel $(2) ;
# Show that we depend on the libraries we need
LocalClean clean : $(1) ;
LocalDepends all : $(1) ;
Depends $(1) : $(2) ;
MakeLocateDebug $(1) ;
}
actions AtariBootPrgLd
{
$(LINK) $(LINKFLAGS) -o "$(1)" "$(2)" $(LINKLIBS) ;
}
AtariBootPrgLd haiku.prg :
boot_loader_$(TARGET_BOOT_PLATFORM)
: $(HAIKU_TOP)/src/system/ldscripts/$(TARGET_ARCH)/boot_prg_$(TARGET_BOOT_PLATFORM).ld
: -Bstatic
;
SEARCH on [ FGristFiles text_menu.cpp ]
= [ FDirName $(HAIKU_TOP) src system boot platform generic ] ;