]> Zhao Yanbai Git Server - minix.git/commitdiff
IS: unbreak F6
authorDavid van Moolenbroek <david@minix3.org>
Sun, 11 Dec 2011 02:15:54 +0000 (03:15 +0100)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 11 Dec 2011 21:34:54 +0000 (22:34 +0100)
servers/is/Makefile

index ec4976a0adabc2715b3f2ac704e0c62e4d8938c6..92c22e21f4d18517244dba4881f27f697e3de93d 100644 (file)
@@ -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 <minix.service.mk>