unbreak build and image

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16118 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen 2006-01-28 14:05:43 +00:00
parent 769346f0a3
commit bfb4078864
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ BEOS_ADD_ONS_DRIVERS_NET = ipro1000 rtl8139 rtl8169 sis900
via-rhine wb840 net_stack_driver via-rhine wb840 net_stack_driver
# bcm440x bcm570x (only available with GPLd add-ons) # bcm440x bcm570x (only available with GPLd add-ons)
; ;
BEOS_ADD_ONS_BUS_MANAGERS = pci $(X86_ONLY)isa ide scsi config_manager ; BEOS_ADD_ONS_BUS_MANAGERS = pci $(X86_ONLY)ps2 $(X86_ONLY)isa ide scsi config_manager ;
BEOS_ADD_ONS_FILESYSTEMS = bfs ; BEOS_ADD_ONS_FILESYSTEMS = bfs ;

View File

@ -1,8 +1,8 @@
SubDir HAIKU_TOP src add-ons kernel drivers input ps2_hid_new ; SubDir HAIKU_TOP src add-ons kernel drivers input ps2_hid ;
UsePrivateHeaders input ; UsePrivateHeaders input ;
UsePrivateHeaders kernel ; UsePrivateHeaders kernel ;
KernelAddon ps2_hid_new : kernel drivers bin : KernelAddon ps2_hid : kernel drivers bin :
ps2_hid.c ps2_hid.c
; ;