Skip to content

Commit a8da29e

Browse files
authored
[ACPI] Move CMBATT and COMPBATT out of the acpi directory (reactos#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.
1 parent b35bece commit a8da29e

File tree

19 files changed

+3
-3
lines changed

19 files changed

+3
-3
lines changed

drivers/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
PROJECT(Drivers)
33

4+
add_subdirectory(acpi)
45
add_subdirectory(base)
56
add_subdirectory(battery)
67
add_subdirectory(bluetooth)

drivers/acpi/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add_subdirectory(cmbatt)

0 commit comments

Comments
 (0)