# _CFLAGS was deprecated in favor of ccflags-y.  This is necessary to
# build on older kernels.  Newer kernels will assign ccflags-y the value of
# EXTRA_CFLAGS, so everything works fine this way.  See scripts/Makefile.lib
# for more information.
EXTRA_CFLAGS := $(KCFLAGS) $(DEFINE_CFLAGS) $(DEBUG_CFLAGS) -I$(src)/../include

obj-m += $(MODULENAME).o

$(MODULENAME)-objs :=	 \
 sockbd-main.o
