IS: unbreak F6

This commit is contained in:
David van Moolenbroek 2011-12-11 03:15:54 +01:00
parent 6f374faca5
commit aa712e7e73

View 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>