Deleted Added
full compact
Makefile.inc (281433) Makefile.inc (281434)
1# $FreeBSD: head/sys/boot/efi/loader/arch/i386/Makefile.inc 281433 2015-04-11 10:21:26Z andrew $
1# $FreeBSD: head/sys/boot/efi/loader/arch/i386/Makefile.inc 281434 2015-04-11 10:36:48Z andrew $
2
3SRCS+= start.S \
4 efimd.c \
5 elf32_freebsd.c \
6 exec.c
7
8.PATH: ${.CURDIR}/../../i386/libi386
9SRCS+= nullconsole.c \
10 comconsole.c
2
3SRCS+= start.S \
4 efimd.c \
5 elf32_freebsd.c \
6 exec.c
7
8.PATH: ${.CURDIR}/../../i386/libi386
9SRCS+= nullconsole.c \
10 comconsole.c
11
12CFLAGS+= -fPIC
13LDFLAGS+= -Wl,-znocombreloc