Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Userspace (especially libkvm) build bet...



details:   https://anonhg.NetBSD.org/src/rev/087a59dbe5d4
branches:  trunk
changeset: 326624:087a59dbe5d4
user:      dsl <dsl%NetBSD.org@localhost>
date:      Fri Feb 07 21:52:46 2014 +0000

description:
Userspace (especially libkvm) build better is cpu_extended_state.h
is exported.

diffstat:

 sys/arch/x86/include/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2240a012c01c -r 087a59dbe5d4 sys/arch/x86/include/Makefile
--- a/sys/arch/x86/include/Makefile     Fri Feb 07 21:37:28 2014 +0000
+++ b/sys/arch/x86/include/Makefile     Fri Feb 07 21:52:46 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.17 2012/08/29 17:13:22 drochner Exp $
+#      $NetBSD: Makefile,v 1.18 2014/02/07 21:52:46 dsl Exp $
 
 INCSDIR=/usr/include/x86
 
@@ -6,6 +6,7 @@
        bootinfo.h \
        cacheinfo.h \
        cpu.h \
+       cpu_extended_state.h \
        cpu_ucode.h \
        cputypes.h \
        cpuvar.h \



Home | Main Index | Thread Index | Old Index