From ec067590827fc32e461ea09784b44b1652ba0115 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 17 Jun 2007 03:52:03 +0000 Subject: [PATCH] Add subr_diskgpt.c to the platform conf files. --- sys/platform/pc32/conf/files | 3 ++- sys/platform/vkernel/conf/files | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/sys/platform/pc32/conf/files b/sys/platform/pc32/conf/files index e4e416f475..b4d8285135 100644 --- a/sys/platform/pc32/conf/files +++ b/sys/platform/pc32/conf/files @@ -2,7 +2,7 @@ # files marked standard are always included. # # $FreeBSD: src/sys/conf/files.i386,v 1.307.2.38 2003/01/02 20:41:33 kan Exp $ -# $DragonFly: src/sys/platform/pc32/conf/files,v 1.11 2007/06/01 00:23:28 dillon Exp $ +# $DragonFly: src/sys/platform/pc32/conf/files,v 1.12 2007/06/17 03:52:01 dillon Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -354,6 +354,7 @@ bus/isa/syscons_isa.c optional sc bus/isa/vga_isa.c optional vga kern/md4c.c optional netsmb kern/subr_diskmbr.c standard +kern/subr_diskgpt.c standard libkern/flsl.c standard libkern/divdi3.c standard libkern/moddi3.c standard diff --git a/sys/platform/vkernel/conf/files b/sys/platform/vkernel/conf/files index 9340e5ebdc..84afe3e320 100644 --- a/sys/platform/vkernel/conf/files +++ b/sys/platform/vkernel/conf/files @@ -1,7 +1,7 @@ # This file tells config what files go into building a kernel, # files marked standard are always included. # -# $DragonFly: src/sys/platform/vkernel/conf/files,v 1.16 2007/05/25 02:21:15 dillon Exp $ +# $DragonFly: src/sys/platform/vkernel/conf/files,v 1.17 2007/06/17 03:52:03 dillon Exp $ # bf_enc.o optional ipsec ipsec_esp \ dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/crypto/blowfish/arch/i386/bf_enc_686.S" \ @@ -39,8 +39,9 @@ cpu/i386/misc/ktr.c optional ktr cpu/i386/misc/db_disasm.c optional ddb cpu/i386/misc/i386-gdbstub.c optional ddb # -# DOS mbr +# DOS mbr and gpt kern/subr_diskmbr.c standard +kern/subr_diskgpt.c standard # DEVICES # -- 2.11.4.GIT