opnsense-src/sys/boot/ia64/libski/Makefile

23 lines
586 B
Makefile
Raw Normal View History

# $FreeBSD$
LIB= ski
INTERNALLIB= true
SRCS= skiconsole.c time.c copy.c devicename.c module.c exit.c
SRCS+= delay.c skifs.c elf_freebsd.c bootinfo.c ssc.c
SRCS+= acpi_stub.c efi_stub.c pal_stub.S sal_stub.c
2004-02-12 03:10:34 -05:00
CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
2001-09-15 05:53:56 -04:00
CFLAGS+= -I${.CURDIR}/../../efi/include
CFLAGS+= -I${.CURDIR}/../../efi/include/${MACHINE_ARCH}
# Pick up the bootstrap header for some interface items
2004-02-12 03:10:34 -05:00
CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}/../../..
2004-02-12 03:10:34 -05:00
.if defined(BOOT_DISK_DEBUG)
# Make the disk code more talkative
CFLAGS+= -DDISK_DEBUG
.endif
.include <bsd.lib.mk>