From b3db99a38d8822f29eae6f67ee6034c57284d06f Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 11 Aug 2009 15:14:36 +0100 Subject: [doc] Expand scope of doxygen-generated documentation --- src/arch/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch') diff --git a/src/arch/x86/Makefile b/src/arch/x86/Makefile index a7c4bc0ec..f5f67ac78 100644 --- a/src/arch/x86/Makefile +++ b/src/arch/x86/Makefile @@ -1,6 +1,6 @@ # Include common x86 headers # -CFLAGS += -Iarch/x86/include +INCDIRS += arch/x86/include # x86-specific directories containing source files # -- cgit