Deleted Added
full compact
Makefile (177152) Makefile (182723)
1# $FreeBSD: head/sys/boot/uboot/lib/Makefile 177152 2008-03-13 17:54:21Z obrien $
1# $FreeBSD: head/sys/boot/uboot/lib/Makefile 182723 2008-09-03 15:39:50Z raj $
2
3LIB= uboot
4INTERNALLIB=
2
3LIB= uboot
4INTERNALLIB=
5WARNS?= 2
5
6SRCS= devicename.c elf_freebsd.c console.c copy.c disk.c \
7 module.c net.c reboot.c time.c glue.c
8
9CFLAGS+= -ffreestanding -msoft-float
10
11CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
12# Pick up the bootstrap header for some interface items

--- 15 unchanged lines hidden ---
6
7SRCS= devicename.c elf_freebsd.c console.c copy.c disk.c \
8 module.c net.c reboot.c time.c glue.c
9
10CFLAGS+= -ffreestanding -msoft-float
11
12CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
13# Pick up the bootstrap header for some interface items

--- 15 unchanged lines hidden ---