mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +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:
parent
b35becef2e
commit
a8da29e888
19 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
|
||||
PROJECT(Drivers)
|
||||
|
||||
add_subdirectory(acpi)
|
||||
add_subdirectory(base)
|
||||
add_subdirectory(battery)
|
||||
add_subdirectory(bluetooth)
|
||||
|
|
1
drivers/acpi/CMakeLists.txt
Normal file
1
drivers/acpi/CMakeLists.txt
Normal file
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue