1SubDir HAIKU_TOP src add-ons kernel drivers bus pcmcia ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5if $(TARGET_PLATFORM) != haiku { 6 UseHeaders [ FStandardOSHeaders ] : true ; 7 # Needed for <support/Errors.h> and maybe other stuff. 8 UseHeaders [ FDirName $(HAIKU_TOP) headers os drivers ] : true ; 9 # We need the public pcmcia headers also when not compiling for Haiku. 10} 11 12UseHeaders [ FDirName $(HAIKU_TOP) headers compatibility bsd ] : true ; 13 14KernelAddon ds : 15 ds.c 16 ; 17 18