Makefile.inc revision 280950
1# $FreeBSD: head/sys/boot/efi/loader/arch/amd64/Makefile.inc 280950 2015-04-01 08:30:40Z andrew $
2
3SRCS+=	amd64_tramp.S \
4	start.S \
5	framebuffer.c \
6	elf64_freebsd.c \
7	reloc.c
8
9.PATH:	${.CURDIR}/../../i386/libi386
10SRCS+=	nullconsole.c \
11	comconsole.c
12