fcf436606c
do a patch refresh in xentools42 rather than split the patches for pass-through.c over 5 files, delete xentools42/patches/patch-CVE-2015-2756 and assemble all in xentools42/patches/patch-qemu-xen-traditional_hw_pass-through.c
13 lines
476 B
Text
13 lines
476 B
Text
$NetBSD: patch-firmware_hvmloader_Makefile,v 1.2 2015/08/23 16:17:12 spz Exp $
|
|
|
|
--- firmware/hvmloader/Makefile.orig 2014-09-02 06:22:57.000000000 +0000
|
|
+++ firmware/hvmloader/Makefile
|
|
@@ -26,7 +26,7 @@ SUBDIRS := acpi
|
|
# The HVM loader is started in 32-bit mode at the address below:
|
|
LOADADDR = 0x100000
|
|
|
|
-CFLAGS += $(CFLAGS_xeninclude)
|
|
+CFLAGS += $(CFLAGS_xeninclude) $(EXTRA_CFLAGS)
|
|
|
|
OBJS = hvmloader.o mp_tables.o util.o smbios.o
|
|
OBJS += smp.o cacheattr.o xenbus.o
|