diff --git a/drivers/bus/acpi/CMakeLists.txt b/drivers/bus/acpi/CMakeLists.txt index 3535cf5604c1a..af2a48e8a303d 100644 --- a/drivers/bus/acpi/CMakeLists.txt +++ b/drivers/bus/acpi/CMakeLists.txt @@ -207,7 +207,7 @@ set_module_type(acpi kernelmodedriver) target_link_libraries(acpi wdmguid acpica memcmp strtol ${PSEH_LIB}) 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_cd_file(TARGET acpi DESTINATION reactos/system32/drivers NO_CAB FOR all) add_driver_inf(acpi acpi.inf) add_subdirectory(cmbatt) diff --git a/drivers/bus/isapnp/CMakeLists.txt b/drivers/bus/isapnp/CMakeLists.txt index e0e1f3e2ee11b..b368ba830655a 100644 --- a/drivers/bus/isapnp/CMakeLists.txt +++ b/drivers/bus/isapnp/CMakeLists.txt @@ -18,5 +18,5 @@ add_library(isapnp MODULE ${SOURCE} isapnp.rc) set_module_type(isapnp kernelmodedriver) add_importlibs(isapnp ntoskrnl hal) add_pch(isapnp isapnp.h SOURCE) -add_cd_file(TARGET isapnp DESTINATION reactos/system32/drivers NO_CAB FOR all) +#add_cd_file(TARGET isapnp DESTINATION reactos/system32/drivers NO_CAB FOR all) add_registry_inf(isapnp_reg.inf) diff --git a/modules/drivers/win_acpi.sys b/modules/drivers/acpi.sys similarity index 100% rename from modules/drivers/win_acpi.sys rename to modules/drivers/acpi.sys diff --git a/modules/drivers/isapnp.sys b/modules/drivers/isapnp.sys new file mode 100644 index 0000000000000..5bfe068f37dbf Binary files /dev/null and b/modules/drivers/isapnp.sys differ