IS: unbreak F6
This commit is contained in:
parent
6f374faca5
commit
aa712e7e73
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue