]> git.proxmox.com Git - mirror_spl.git/blame - module/splat/Makefile.in
Build system and packaging (RPM support)
[mirror_spl.git] / module / splat / Makefile.in
CommitLineData
f1ca4da6 1# Makefile.in for splat kernel module
2
3MODULES := splat
57d86234 4EXTRA_CFLAGS = @KERNELCPPFLAGS@
f1ca4da6 5
715f6251 6# Solaris Porting LAyer Tests
f1ca4da6 7obj-m := splat.o
8
9splat-objs += splat-ctl.o
10splat-objs += splat-kmem.o
11splat-objs += splat-taskq.o
12splat-objs += splat-random.o
13splat-objs += splat-mutex.o
14splat-objs += splat-condvar.o
15splat-objs += splat-thread.o
16splat-objs += splat-rwlock.o
17splat-objs += splat-time.o
4b171585 18splat-objs += splat-vnode.o
9490c148 19splat-objs += splat-kobj.o
9f4c835a 20splat-objs += splat-atomic.o
d702c04f 21splat-objs += splat-list.o
b871b8cd 22splat-objs += splat-generic.o