summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/Makefile
blob: cdd397d40093230f55b59b427e4545dcd5387103 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Include common x86 headers
#
INCDIRS		+= arch/x86/include

# x86-specific directories containing source files
#
SRCDIRS		+= arch/x86/core
SRCDIRS		+= arch/x86/interface/efi
SRCDIRS		+= arch/x86/prefix
SRCDIRS		+= arch/x86/hci/commands

# breaks building some of the linux-related objects
CFLAGS		+= -Ulinux

# disable valgrind
CFLAGS		+= -DNVALGRIND