Exclude drivers which build but don't actually work with PAE enabled,

missed in r276377
This commit is contained in:
marius 2015-01-05 19:15:35 +00:00
parent 4b42f3d1c8
commit 0da0078579

View File

@ -8,9 +8,12 @@ ident XEN
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
# The following modules don't build with PAE and XEN enabled.
# The following drivers don't build with PAE or XEN enabled.
makeoptions WITHOUT_MODULES="ctl dpt drm drm2 hptmv ida"
# The following drivers don't work with PAE enabled.
makeoptions WITHOUT_MODULES+="ncr pst"
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption