svn commit: r287836 - head/sys/conf

Ed Maste emaste at FreeBSD.org
Tue Sep 15 23:44:20 UTC 2015


Author: emaste
Date: Tue Sep 15 23:44:19 2015
New Revision: 287836
URL: https://svnweb.freebsd.org/changeset/base/287836

Log:
  arm64: add kbd.c to the build for ukbd to fix the build
  
  Pointy hat to:	emaste

Modified:
  head/sys/conf/files.arm64

Modified: head/sys/conf/files.arm64
==============================================================================
--- head/sys/conf/files.arm64	Tue Sep 15 23:06:56 2015	(r287835)
+++ head/sys/conf/files.arm64	Tue Sep 15 23:44:19 2015	(r287836)
@@ -59,6 +59,7 @@ dev/acpica/acpi_if.m		optional	acpi
 dev/fdt/fdt_arm64.c		optional	fdt
 dev/hwpmc/hwpmc_arm64.c		optional	hwpmc
 dev/hwpmc/hwpmc_arm64_md.c	optional	hwpmc
+dev/kbd/kbd.c			optional	atkbd | sc | ukbd | vt
 dev/mmc/host/dwmmc.c		optional	dwmmc
 dev/mmc/host/dwmmc_hisi.c	optional	dwmmc soc_hisi_hi6220
 dev/ofw/ofw_cpu.c		optional	fdt


More information about the svn-src-head mailing list