1SubDir HAIKU_TOP src add-ons kernel bluetooth btCoreData ; 2 3UsePrivateHeaders kernel net bluetooth ; 4UsePrivateHeaders [ FDirName kernel arch $(TARGET_KERNEL_ARCH) ] ; 5UsePrivateHeaders [ FDirName kernel boot platform $(TARGET_BOOT_PLATFORM) ] ; 6 7# disable debug output, if debugging is disabled 8if $(DEBUG) = 0 { 9 SubDirCcFlags [ FDefines DEBUG_MAX_LEVEL_FLOW=0 DEBUG_MAX_LEVEL_INFO=0 ] ; 10} 11 12KernelAddon btCoreData : 13 ConnectionInterface.cpp 14 ChannelInterface.cpp 15 FrameInterface.cpp 16 BTCoreData.cpp 17 ; 18 19