Enable non Haiku target build. You will need a v3 USB bus_manager though (>= Dano, USB Patches or Haiku).

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18578 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2006-08-23 04:08:54 +00:00
parent cef5199427
commit 5cbcad2217

View File

@ -4,6 +4,9 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
SubDirSysHdrs $(HAIKU_TOP) src add-ons kernel bus_managers usb ;
UsePrivateHeaders kernel ;
if $(TARGET_PLATFORM) != haiku {
UsePublicHeaders [ FDirName drivers ] ;
}
KernelAddon usb_raw : kernel drivers bus usb :
usb_raw.cpp