mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
10 lines
228 B
Makefile
10 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:
|