svn commit: r237355 - user/ae/bootcode/sys/boot/common

Andrey V. Elsukov ae at FreeBSD.org
Thu Jun 21 04:51:35 UTC 2012


Author: ae
Date: Thu Jun 21 04:51:34 2012
New Revision: 237355
URL: http://svn.freebsd.org/changeset/base/237355

Log:
  Connect part.c to the build. Also, GPT support needs crc32.

Modified:
  user/ae/bootcode/sys/boot/common/Makefile.inc

Modified: user/ae/bootcode/sys/boot/common/Makefile.inc
==============================================================================
--- user/ae/bootcode/sys/boot/common/Makefile.inc	Thu Jun 21 04:39:10 2012	(r237354)
+++ user/ae/bootcode/sys/boot/common/Makefile.inc	Thu Jun 21 04:51:34 2012	(r237355)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
-SRCS+=	boot.c commands.c console.c devopen.c disk.c interp.c 
+SRCS+=	boot.c commands.c console.c crc32.c devopen.c disk.c interp.c 
 SRCS+=	interp_backslash.c interp_parse.c ls.c misc.c 
-SRCS+=	module.c panic.c
+SRCS+=	module.c panic.c part.c
 
 .if ${MACHINE} == "i386" || ${MACHINE_CPUARCH} == "amd64"
 SRCS+=	load_elf32.c load_elf32_obj.c reloc_elf32.c


More information about the svn-src-user mailing list