#
# Makefile pour sip
#
#

ifndef COMPILING_WHOLE_TREE
TOPDIR=$(shell pwd)/../../..
endif

include $(TOPDIR)/Rules.make

export 

# rpertoires obligatoires
#include $(TOPDIR)/Vars.make
subdir-$(CONFIG_BLUEZ_KERNEL) += kernel
subdir-y  += libs sdpd hcidump pan utils 
subdir-$(CONFIG_BLUEZ_OBEX) += rfcomm

SUBDIRS := $(subdir-y)


all:
	@$(make_subdirs)

clean: 
	@$(make_subdirs)
