Deleted Added
full compact
Makefile (211725) Makefile (251250)
1# $FreeBSD: head/sys/boot/arm/ixp425/boot2/Makefile 211725 2010-08-23 22:24:11Z imp $
1# $FreeBSD: head/sys/boot/arm/ixp425/boot2/Makefile 251250 2013-06-02 11:44:23Z tijl $
2
3# We get a lot of the std lib functions from here.
4.PATH: ${.CURDIR}/../../at91/libat91
5
6# Enable to get debug msgs
7#DEBUG=yes
8
9# Hack to search through the kernel for ufs:ad0s1a and replace it with
10# the correct one for the active slice/partition.
11FIXUP_BOOT_DRV=yes
12
13P=boot2
14FILES=${P}
2
3# We get a lot of the std lib functions from here.
4.PATH: ${.CURDIR}/../../at91/libat91
5
6# Enable to get debug msgs
7#DEBUG=yes
8
9# Hack to search through the kernel for ufs:ad0s1a and replace it with
10# the correct one for the active slice/partition.
11FIXUP_BOOT_DRV=yes
12
13P=boot2
14FILES=${P}
15SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:L}_board.c
15SRCS=arm_init.S boot2.c ${BOOT_FLAVOR:tl}_board.c
16SRCS+=memchr.c memcmp.c memcpy.c memmem.c memset.c printf.c strcmp.c strcpy.c
17SRCS+=strlen.c ashldi3.c divsi3.S muldi3.c
18NO_MAN=
19
20KERNPHYSADDR=0x180000
21KERNVIRTADDR=${KERNPHYSADDR}
22BOOT_STACK=0x200000-4
23M=${MACHINE}

--- 52 unchanged lines hidden ---
16SRCS+=memchr.c memcmp.c memcpy.c memmem.c memset.c printf.c strcmp.c strcpy.c
17SRCS+=strlen.c ashldi3.c divsi3.S muldi3.c
18NO_MAN=
19
20KERNPHYSADDR=0x180000
21KERNVIRTADDR=${KERNPHYSADDR}
22BOOT_STACK=0x200000-4
23M=${MACHINE}

--- 52 unchanged lines hidden ---