diff options
Diffstat (limited to 'usr/src/uts/intel/tmpfs/Makefile')
-rw-r--r-- | usr/src/uts/intel/tmpfs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/intel/tmpfs/Makefile b/usr/src/uts/intel/tmpfs/Makefile index 7d94dba6e8..bfc9769c6d 100644 --- a/usr/src/uts/intel/tmpfs/Makefile +++ b/usr/src/uts/intel/tmpfs/Makefile @@ -24,6 +24,7 @@ # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. # # This makefile drives the production of the tmpfs file system @@ -69,6 +70,9 @@ CERRWARN += -_gcc=-Wno-parentheses CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-unused-value +# needs work +$(OBJS_DIR)/tmp_vnops.o := SMOFF += signed + # # Default build targets. # |