#
# Makefile for the Linux bus domain socket layer.
#

obj-$(CONFIG_AF_BUS)	+= af-bus.o

af-bus-y		:= af_bus.o garbage.o

# Dbus
obj-$(CONFIG_NETFILTER_DBUS) += nfdbus/
