summaryrefslogtreecommitdiff
path: root/usr/src/boot/efi/loader/arch/i386/Makefile.inc
blob: 9290ace4def416c44f4c0cb782936ee1188740fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

SRCS +=	multiboot_tramp.S \
	start.S \
	cpuid.c

OBJS +=	multiboot_tramp.o \
	start.o \
	cpuid.o

SRCS +=	nullconsole.c \
	spinconsole.c \
	comconsole.c

OBJS +=	nullconsole.o \
	spinconsole.o \
	comconsole.o