Get rid of 4.x-derived acpi code:
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Tue, 16 Aug 2005 10:31:35 +0000 (10:31 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Tue, 16 Aug 2005 10:31:35 +0000 (10:31 +0000)
commitc86cd76aea74c72bd0bb58311e4a117dd68f50af
tree3ed4687ff7ec5fed2ee05fd1513defe9a77500ad
parent9c274f280fc0be6659f88cf58cea1543e1bfb411
Get rid of 4.x-derived acpi code:
- move most part of /sys/dev/acpica5/Makefile.inc into /sys/conf/acpi.mk
- rename SYSACPICA_DIR, OSACPI_DIR to ACPICA_DIR and ACPI_MI_DIR,
  make them relative to $S (or $SYSDIR) so as they can be shared between
  kernel and modules builds
- remove 4.x ACPI lines from, and add acpica5 lines to, /sys/conf/files*
- make LINT to use `device acpi' instead of older `device acpica'
- adjust ACPI driver build wrapper and ACPI tools to use /sys/conf/acpi.mk
14 files changed:
sys/boot/i386/libi386/Makefile
sys/boot/i386/libi386/biosacpi.c
sys/boot/pc32/libi386/Makefile
sys/boot/pc32/libi386/biosacpi.c
sys/conf/Makefile.amd64
sys/conf/Makefile.i386
sys/conf/acpi.mk [new file with mode: 0644]
sys/conf/files
sys/conf/files.i386
sys/config/LINT
sys/dev/acpica5/Makefile.inc
sys/i386/conf/LINT
usr.sbin/acpi/Makefile.inc
usr.sbin/acpi/acpidb/Makefile