Deleted Added
full compact
Makefile.inc (281377) Makefile.inc (281433)
1# $FreeBSD: head/sys/boot/efi/loader/arch/i386/Makefile.inc 281377 2015-04-10 18:49:43Z emaste $
1# $FreeBSD: head/sys/boot/efi/loader/arch/i386/Makefile.inc 281433 2015-04-11 10:21:26Z andrew $
2
3SRCS+= start.S \
4 efimd.c \
5 elf32_freebsd.c \
2
3SRCS+= start.S \
4 efimd.c \
5 elf32_freebsd.c \
6 exec.c \
7 reloc.c
6 exec.c
8
9.PATH: ${.CURDIR}/../../i386/libi386
10SRCS+= nullconsole.c \
11 comconsole.c
7
8.PATH: ${.CURDIR}/../../i386/libi386
9SRCS+= nullconsole.c \
10 comconsole.c