diff options
Diffstat (limited to 'modules/splat/Makefile.in')
-rw-r--r-- | modules/splat/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/splat/Makefile.in b/modules/splat/Makefile.in index 1a48a788e..eaab508a9 100644 --- a/modules/splat/Makefile.in +++ b/modules/splat/Makefile.in @@ -6,8 +6,7 @@ DISTFILES = Makefile.in \ splat-time.c splat-condvar.c splat-mutex.c \ splat-rwlock.c splat-thread.c \ splat-ctl.c splat-internal.h - -CPPFLAGS += @KERNELCPPFLAGS@ +EXTRA_CFLAGS = @KERNELCPPFLAGS@ # Solaris Porting LAyer Tests obj-m := splat.o |