Module Name:    src
Committed By:   pgoyette
Date:           Tue May 25 16:50:49 UTC 2021

Modified Files:
        src/sys/compat/common: Makefile

Log Message:
PR port-xen/53130 was fixed and closed some time ago, so now we can
belatedly re-enable inclusion of the compat_60 x86 microcode code in
the loadable module.  (It was already being included in the built-in
version of the module.)


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/compat/common/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/compat/common/Makefile
diff -u src/sys/compat/common/Makefile:1.65 src/sys/compat/common/Makefile:1.66
--- src/sys/compat/common/Makefile:1.65	Sun Jan 27 02:08:39 2019
+++ src/sys/compat/common/Makefile	Tue May 25 16:50:49 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.65 2019/01/27 02:08:39 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.66 2021/05/25 16:50:49 pgoyette Exp $
 
 LIB=		compat
 NOPIC=		# defined
@@ -27,11 +27,9 @@ lib${LIB}.o:: ${OBJS:O} __buildstdlib
 
 lib${LIB}.po:: ${POBJS:O} __buildproflib
 
-.if NOTYET
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 CPPFLAGS+=	-DCPU_UCODE
 .endif
-.endif
 
 showsources: ${SRCS}
 	@echo ${.ALLSRC}

Reply via email to