mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add acpi to the build on ia64. The support for ACPI 2.0x has gotten
to a point where we don't map the wrong (ie 32-bit) addresses. We don't always dump the right values yet, but that's not critical. Ok'd: njl
This commit is contained in:
parent
7753acd255
commit
0346a1de85
1 changed files with 4 additions and 0 deletions
|
|
@ -211,6 +211,10 @@ SUBDIR+=i4b
|
|||
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "ia64"
|
||||
SUBDIR+=acpi
|
||||
.endif
|
||||
|
||||
# kgmon: builds, but no kernel profiling
|
||||
# kgzip: builds, but missing support files
|
||||
# mptable: broken (not 64 bit clean)
|
||||
|
|
|
|||
Loading…
Reference in a new issue