]> git.proxmox.com Git - mirror_spl.git/blob - module/splat/Makefile.in
Add basic credential support and splat tests.
[mirror_spl.git] / module / splat / Makefile.in
1 # Makefile.in for splat kernel module
2
3 MODULES := splat
4 EXTRA_CFLAGS = @KERNELCPPFLAGS@
5
6 # Solaris Porting LAyer Tests
7 obj-m := splat.o
8
9 splat-objs += splat-ctl.o
10 splat-objs += splat-kmem.o
11 splat-objs += splat-taskq.o
12 splat-objs += splat-random.o
13 splat-objs += splat-mutex.o
14 splat-objs += splat-condvar.o
15 splat-objs += splat-thread.o
16 splat-objs += splat-rwlock.o
17 splat-objs += splat-time.o
18 splat-objs += splat-vnode.o
19 splat-objs += splat-kobj.o
20 splat-objs += splat-atomic.o
21 splat-objs += splat-list.o
22 splat-objs += splat-generic.o
23 splat-objs += splat-cred.o