11 lines
228 B
Makefile
11 lines
228 B
Makefile
subdir-m += spl
|
|
subdir-m += splat
|
|
|
|
all:
|
|
$(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ modules
|
|
|
|
install uninstall clean distclean maintainer-clean distdir:
|
|
$(MAKE) -C @LINUX@ SUBDIRS=`pwd` @KERNELMAKE_PARAMS@ $@
|
|
|
|
check:
|