aboutsummaryrefslogtreecommitdiffstats
path: root/module/splat/Makefile.in
blob: c2d4c3f2202f41f759270e25d3ffc83e3812d4a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Makefile.in for splat kernel module

MODULES := splat
EXTRA_CFLAGS = @KERNELCPPFLAGS@

# Solaris Porting LAyer Tests
obj-m := splat.o

splat-objs += splat-ctl.o
splat-objs += splat-kmem.o
splat-objs += splat-taskq.o
splat-objs += splat-random.o
splat-objs += splat-mutex.o
splat-objs += splat-condvar.o
splat-objs += splat-thread.o
splat-objs += splat-rwlock.o
splat-objs += splat-time.o
splat-objs += splat-vnode.o
splat-objs += splat-kobj.o
splat-objs += splat-atomic.o
splat-objs += splat-list.o
splat-objs += splat-generic.o