diff options
Diffstat (limited to 'modules/splat/Makefile.in')
-rw-r--r-- | modules/splat/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/splat/Makefile.in b/modules/splat/Makefile.in index 54155c8de..29cec4581 100644 --- a/modules/splat/Makefile.in +++ b/modules/splat/Makefile.in @@ -4,7 +4,9 @@ MODULES := splat DISTFILES = Makefile.in \ splat-kmem.c splat-random.c splat-taskq.c \ splat-time.c splat-condvar.c splat-mutex.c \ - splat-rwlock.c splat-thread.c splat-ctl.c + splat-rwlock.c splat-thread.c \ + splat-ctl.c splat-internal.h + CPPFLAGS += @KERNELCPPFLAGS@ # Solaris porting layer aggressive tests |