From: David van Moolenbroek Date: Sun, 11 Dec 2011 02:15:54 +0000 (+0100) Subject: IS: unbreak F6 X-Git-Tag: v3.2.0~184 X-Git-Url: http://zhaoyanbai.com/repos/pkcs11-tokens.html?a=commitdiff_plain;h=aa712e7e731b7794ce1ae49f8aab89960fa143e3;p=minix.git IS: unbreak F6 --- diff --git a/servers/is/Makefile b/servers/is/Makefile index ec4976a0a..92c22e21f 100644 --- a/servers/is/Makefile +++ b/servers/is/Makefile @@ -23,4 +23,9 @@ CFLAGS+= -D_USEAVFS CFLAGS+= -D_USEVFS .endif +# This setting must match the kernel's, as it affects the IRQ hooks table size. +.if ${USE_APIC} != "no" +CFLAGS+= -DUSE_APIC +.endif + .include