Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jan 2017 08:43:58 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r311923 - head/sys/modules/sdhci_acpi
Message-ID:  <201701110843.v0B8hwlR068147@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Wed Jan 11 08:43:58 2017
New Revision: 311923
URL: https://svnweb.freebsd.org/changeset/base/311923

Log:
  Add acpi_if.h and opt_acpi.h to Makefile to unbreak "make depend" with
  sys/modules/sdhci_acpi
  
  MFC after:	6 days
  X-MFC with:	r311911
  Reported by:	Jenkins

Modified:
  head/sys/modules/sdhci_acpi/Makefile

Modified: head/sys/modules/sdhci_acpi/Makefile
==============================================================================
--- head/sys/modules/sdhci_acpi/Makefile	Wed Jan 11 08:15:18 2017	(r311922)
+++ head/sys/modules/sdhci_acpi/Makefile	Wed Jan 11 08:43:58 2017	(r311923)
@@ -3,6 +3,7 @@
 .PATH: ${.CURDIR}/../../dev/sdhci
 
 KMOD=	sdhci_acpi
-SRCS=	sdhci_acpi.c sdhci.h sdhci_if.h device_if.h bus_if.h pci_if.h mmcbr_if.h
+SRCS=	sdhci_acpi.c sdhci.h sdhci_if.h
+SRCS+=	acpi_if.h device_if.h bus_if.h opt_acpi.h pci_if.h mmcbr_if.h
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701110843.v0B8hwlR068147>