diff options
Diffstat (limited to 'usr/src/uts/intel/fd')
-rw-r--r-- | usr/src/uts/intel/fd/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/usr/src/uts/intel/fd/Makefile b/usr/src/uts/intel/fd/Makefile index 31f7be3535..fd08395482 100644 --- a/usr/src/uts/intel/fd/Makefile +++ b/usr/src/uts/intel/fd/Makefile @@ -24,12 +24,7 @@ # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - -# -# This makefile drives the production of the floppy driver -# -# intel architecture dependent -# +# Copyright (c) 2018, Joyent, Inc. # # Path to the base of the uts directory tree (usually /usr/src/uts). @@ -72,6 +67,9 @@ LINTTAGS += -erroff=E_ASSIGN_NARROW_CONV CERRWARN += -_gcc=-Wno-uninitialized +# needs work +$(OBJS_DIR)/fd.o := SMOFF += all_func_returns + # # Default build targets. # |