mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[STORAHCI] Do not put the driver onto cd
Meanwhile, fix add_registry_inf usage (it is really a driver inf)
This commit is contained in:
parent
16e5ce8fb1
commit
99f16dc8a7
2 changed files with 2 additions and 3 deletions
|
@ -92,7 +92,6 @@ nmidebug.sys = 1,,,,,,x,4,,,,1,4
|
||||||
sacdrv.sys = 1,,,,,,x,4,,,,1,4
|
sacdrv.sys = 1,,,,,,x,4,,,,1,4
|
||||||
uniata.sys = 1,,,,,,x,4,,,,1,4
|
uniata.sys = 1,,,,,,x,4,,,,1,4
|
||||||
buslogic.sys = 1,,,,,,x,4,,,,1,4
|
buslogic.sys = 1,,,,,,x,4,,,,1,4
|
||||||
storahci.sys = 1,,,,,,x,4,,,,1,4
|
|
||||||
blue.sys = 1,,,,,,x,4,,,,1,4
|
blue.sys = 1,,,,,,x,4,,,,1,4
|
||||||
vgafonts.cab = 1,,,,,,,1,,,,1,1
|
vgafonts.cab = 1,,,,,,,1,,,,1,1
|
||||||
bootvid.dll = 1,,,,,,,2,,,,1,2
|
bootvid.dll = 1,,,,,,,2,,,,1,2
|
||||||
|
|
|
@ -7,5 +7,5 @@ add_library(storahci MODULE ${SOURCE} storahci.rc)
|
||||||
|
|
||||||
set_module_type(storahci kernelmodedriver)
|
set_module_type(storahci kernelmodedriver)
|
||||||
add_importlibs(storahci storport ntoskrnl hal)
|
add_importlibs(storahci storport ntoskrnl hal)
|
||||||
add_cd_file(TARGET storahci DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
#add_cd_file(TARGET storahci DESTINATION reactos/system32/drivers NO_CAB FOR all)
|
||||||
add_registry_inf(storahci.inf)
|
#add_driver_inf(storahci storahci.inf)
|
||||||
|
|
Loading…
Reference in a new issue