Add qemu 2.4.0
[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
13 # breaks building some of the linux-related objects
14 CFLAGS          += -Ulinux
15
16 # disable valgrind
17 CFLAGS          += -DNVALGRIND