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