mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[ACPI] Move CMBATT and COMPBATT out of the acpi directory (#7599)
Move these out of ACPI in preparation for ACPI_NEW so they keep their juicy commit history. Also both ACPIs can coexist for awhile as I don't see the old driver getting removed anytime soon.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
PROJECT(Drivers)
|
||||
|
||||
add_subdirectory(acpi)
|
||||
add_subdirectory(base)
|
||||
add_subdirectory(battery)
|
||||
add_subdirectory(bluetooth)
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
add_subdirectory(cmbatt)
|
||||
@@ -1,2 +1,3 @@
|
||||
|
||||
add_subdirectory(battc)
|
||||
add_subdirectory(compbatt)
|
||||
|
||||
@@ -209,6 +209,3 @@ add_importlibs(acpi ntoskrnl hal)
|
||||
add_pch(acpi precomp.h ACPI_SOURCE)
|
||||
add_cd_file(TARGET acpi DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||
add_driver_inf(acpi acpi.inf)
|
||||
|
||||
add_subdirectory(cmbatt)
|
||||
add_subdirectory(compbatt)
|
||||
|
||||
Reference in New Issue
Block a user