summaryrefslogtreecommitdiffstats
path: root/modules/Makefile.in
blob: 86f8951ae5b2c4006441bfe9c0b458e5bf3b56f2 (plain)
1
2
3
4
5
6
7
8
9
10
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: