These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / ipxe / src / arch / x86 / Makefile
1 # Include common x86 headers
2 #
3 INCDIRS         += arch/x86/include
4
5 # x86-specific directories containing source files
6 #
7 SRCDIRS         += arch/x86/core
8 SRCDIRS         += arch/x86/interface/efi
9 SRCDIRS         += arch/x86/prefix
10 SRCDIRS         += arch/x86/hci/commands
11 SRCDIRS         += arch/x86/drivers/xen
12 SRCDIRS         += arch/x86/drivers/hyperv
13
14 # breaks building some of the linux-related objects
15 CFLAGS          += -Ulinux
16
17 # disable valgrind
18 CFLAGS          += -DNVALGRIND
19
20 # Include Hyper-V driver in the all-drivers build
21 #
22 DRIVERS_hyperv += hyperv