2008-11-18 14:30:37 -08:00
|
|
|
# Include common x86 headers
|
|
|
|
|
#
|
2009-08-11 15:14:36 +01:00
|
|
|
INCDIRS += arch/x86/include
|
2008-11-18 14:30:37 -08:00
|
|
|
|
|
|
|
|
# x86-specific directories containing source files
|
|
|
|
|
#
|
|
|
|
|
SRCDIRS += arch/x86/core
|
2010-04-08 01:25:38 +02:00
|
|
|
SRCDIRS += arch/x86/interface/efi
|
|
|
|
|
SRCDIRS += arch/x86/prefix
|
2012-06-06 16:08:24 +01:00
|
|
|
SRCDIRS += arch/x86/hci/commands
|
2014-07-28 23:38:30 +01:00
|
|
|
SRCDIRS += arch/x86/drivers/xen
|
2014-12-11 17:22:18 +00:00
|
|
|
SRCDIRS += arch/x86/drivers/hyperv
|
2010-04-08 01:25:38 +02:00
|
|
|
|
|
|
|
|
# breaks building some of the linux-related objects
|
|
|
|
|
CFLAGS += -Ulinux
|
2010-07-01 03:47:52 +02:00
|
|
|
|
|
|
|
|
# disable valgrind
|
|
|
|
|
CFLAGS += -DNVALGRIND
|