Fixed bug in configure.ac.
This commit is contained in:
parent
a2a615ac3f
commit
61161ca30d
|
|
@ -404,7 +404,7 @@ KERNEL_E100 := ${kernele100}
|
|||
ENABLE_FORCEDETH := ${enableforcedeth}
|
||||
KERNEL_FORCEDETH := ${kernelforcedeth}
|
||||
ENABLE_E1000 := ${enablee1000}
|
||||
ENABLE_E1000 := ${kernele1000}
|
||||
KERNEL_E1000 := ${kernele1000}
|
||||
RTAI_DIR := "${rtaidir}"
|
||||
MSR_DIR := "${msrdir}"
|
||||
ENABLE_DEBUG_IF := ${dbg}
|
||||
|
|
|
|||
Loading…
Reference in New Issue