Add the poke driver to the image, someone will have to write the poke app :)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17582 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2006-05-24 23:41:20 +00:00
parent 69c86c993d
commit 11893e477d
+1 -1
View File
@@ -118,7 +118,7 @@ AddDriversToHaikuImage audio hmulti : $(BEOS_ADD_ONS_DRIVERS_AUDIO) ;
AddDriversToHaikuImage disk scsi : scsi_cd scsi_dsk ;
AddDriversToHaikuImage graphics : $(BEOS_ADD_ONS_DRIVERS_GRAPHICS) ;
AddDriversToHaikuImage input : ps2_hid ;
AddDriversToHaikuImage misc : <driver>config ;
AddDriversToHaikuImage misc : <driver>config <driver>poke ;
AddDriversToHaikuImage net : $(BEOS_ADD_ONS_DRIVERS_NET) ;
AddDriversToHaikuImage power : $(BEOS_ADD_ONS_DRIVERS_ACPI) ;