Deleted Added
full compact
Makefile.inc (280950) Makefile.inc (281433)
1# $FreeBSD: head/sys/boot/efi/loader/arch/amd64/Makefile.inc 280950 2015-04-01 08:30:40Z andrew $
1# $FreeBSD: head/sys/boot/efi/loader/arch/amd64/Makefile.inc 281433 2015-04-11 10:21:26Z andrew $
2
3SRCS+= amd64_tramp.S \
4 start.S \
5 framebuffer.c \
2
3SRCS+= amd64_tramp.S \
4 start.S \
5 framebuffer.c \
6 elf64_freebsd.c \
7 reloc.c
6 elf64_freebsd.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