diff options
Diffstat (limited to 'usr/src/uts/intel/ctfs')
-rw-r--r-- | usr/src/uts/intel/ctfs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/uts/intel/ctfs/Makefile b/usr/src/uts/intel/ctfs/Makefile index cbe7dd1c34..03934580b6 100644 --- a/usr/src/uts/intel/ctfs/Makefile +++ b/usr/src/uts/intel/ctfs/Makefile @@ -22,6 +22,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 contract file system @@ -64,6 +65,9 @@ LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV CERRWARN += -_gcc=-Wno-parentheses +# needs work +$(OBJS_DIR)/ctfs_root.o := SMOFF += signed_integer_overflow_check + # # Default build targets. # |