Deleted Added
full compact
Makefile.arm (260564) Makefile.arm (266046)
1# Makefile.arm -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
1# Makefile.arm -- with config changes.
2# Copyright 1990 W. Jolitz
3# from: @(#)Makefile.i386 7.1 5/10/91
4# $FreeBSD: stable/10/sys/conf/Makefile.arm 260564 2014-01-12 14:37:39Z dim $
4# $FreeBSD: stable/10/sys/conf/Makefile.arm 266046 2014-05-14 16:32:27Z ian $
5#
6# Makefile for FreeBSD
7#
8# This makefile is constructed from a machine description:
9# config machineid
10# Most changes should be made in the machine description
11# /sys/arm/conf/``machineid''
12# after which you should do

--- 57 unchanged lines hidden (view full) ---

70.endif
71
72FILES_CPU_FUNC = $S/$M/$M/cpufunc_asm_arm7tdmi.S \
73 $S/$M/$M/cpufunc_asm_arm8.S $S/$M/$M/cpufunc_asm_arm9.S \
74 $S/$M/$M/cpufunc_asm_sa1.S $S/$M/$M/cpufunc_asm_arm10.S \
75 $S/$M/$M/cpufunc_asm_xscale.S $S/$M/$M/cpufunc_asm.S \
76 $S/$M/$M/cpufunc_asm_xscale_c3.S $S/$M/$M/cpufunc_asm_armv5_ec.S \
77 $S/$M/$M/cpufunc_asm_fa526.S $S/$M/$M/cpufunc_asm_sheeva.S \
5#
6# Makefile for FreeBSD
7#
8# This makefile is constructed from a machine description:
9# config machineid
10# Most changes should be made in the machine description
11# /sys/arm/conf/``machineid''
12# after which you should do

--- 57 unchanged lines hidden (view full) ---

70.endif
71
72FILES_CPU_FUNC = $S/$M/$M/cpufunc_asm_arm7tdmi.S \
73 $S/$M/$M/cpufunc_asm_arm8.S $S/$M/$M/cpufunc_asm_arm9.S \
74 $S/$M/$M/cpufunc_asm_sa1.S $S/$M/$M/cpufunc_asm_arm10.S \
75 $S/$M/$M/cpufunc_asm_xscale.S $S/$M/$M/cpufunc_asm.S \
76 $S/$M/$M/cpufunc_asm_xscale_c3.S $S/$M/$M/cpufunc_asm_armv5_ec.S \
77 $S/$M/$M/cpufunc_asm_fa526.S $S/$M/$M/cpufunc_asm_sheeva.S \
78 $S/$M/$M/cpufunc_asm_pj4b.S $S/$M/$M/cpufunc_asm_armv7.S
78 $S/$M/$M/cpufunc_asm_pj4b.S $S/$M/$M/cpufunc_asm_armv6.S \
79 $S/$M/$M/cpufunc_asm_armv7.S
79
80KERNEL_EXTRA=trampoline
81KERNEL_EXTRA_INSTALL=kernel.gz.tramp
82trampoline: ${KERNEL_KO}.tramp
83${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$M/inckern.S $S/$M/$M/elf_trampoline.c
84 echo "#define KERNNAME \"${KERNEL_KO}.tmp\"" >opt_kernname.h
85 sed s/${KERNVIRTADDR}/${KERNPHYSADDR}/ ldscript.$M > ldscript.$M.tramp
86 sed s/" + SIZEOF_HEADERS"// ldscript.$M.tramp > \

--- 64 unchanged lines hidden ---
80
81KERNEL_EXTRA=trampoline
82KERNEL_EXTRA_INSTALL=kernel.gz.tramp
83trampoline: ${KERNEL_KO}.tramp
84${KERNEL_KO}.tramp: ${KERNEL_KO} $S/$M/$M/inckern.S $S/$M/$M/elf_trampoline.c
85 echo "#define KERNNAME \"${KERNEL_KO}.tmp\"" >opt_kernname.h
86 sed s/${KERNVIRTADDR}/${KERNPHYSADDR}/ ldscript.$M > ldscript.$M.tramp
87 sed s/" + SIZEOF_HEADERS"// ldscript.$M.tramp > \

--- 64 unchanged lines hidden ---