From owner-svn-src-head@freebsd.org Sun Oct 30 15:56:45 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F9E9C26945; Sun, 30 Oct 2016 15:56:45 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C614F1359; Sun, 30 Oct 2016 15:56:44 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9UFuips009417; Sun, 30 Oct 2016 15:56:44 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9UFuhAi009407; Sun, 30 Oct 2016 15:56:43 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201610301556.u9UFuhAi009407@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Sun, 30 Oct 2016 15:56:43 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r308107 - in head/sys/modules/bhnd: . bcma bcma_bhndb bhndb bhndb_pci cores/bhnd_pci cores/bhnd_pci_hostb cores/bhnd_pcib siba siba_bhndb X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2016 15:56:45 -0000 Author: lwhsu (ports committer) Date: Sun Oct 30 15:56:42 2016 New Revision: 308107 URL: https://svnweb.freebsd.org/changeset/base/308107 Log: - Fix `make` in sys/modules/bhnd Approved by: landonf Differential Revision: https://reviews.freebsd.org/D7774 Modified: head/sys/modules/bhnd/Makefile head/sys/modules/bhnd/bcma/Makefile head/sys/modules/bhnd/bcma_bhndb/Makefile head/sys/modules/bhnd/bhndb/Makefile head/sys/modules/bhnd/bhndb_pci/Makefile head/sys/modules/bhnd/cores/bhnd_pci/Makefile head/sys/modules/bhnd/cores/bhnd_pci_hostb/Makefile head/sys/modules/bhnd/cores/bhnd_pcib/Makefile head/sys/modules/bhnd/siba/Makefile head/sys/modules/bhnd/siba_bhndb/Makefile Modified: head/sys/modules/bhnd/Makefile ============================================================================== --- head/sys/modules/bhnd/Makefile Sun Oct 30 15:46:24 2016 (r308106) +++ head/sys/modules/bhnd/Makefile Sun Oct 30 15:56:42 2016 (r308107) @@ -37,6 +37,8 @@ SRCS+= bhnd_nvram_if.c bhnd_nvram_if.h SRCS+= device_if.h bus_if.h +SRCS+= opt_global.h + SUBDIR= bcma \ bcma_bhndb \ bhndb \ Modified: head/sys/modules/bhnd/bcma/Makefile ============================================================================== --- head/sys/modules/bhnd/bcma/Makefile Sun Oct 30 15:46:24 2016 (r308106) +++ head/sys/modules/bhnd/bcma/Makefile Sun Oct 30 15:56:42 2016 (r308107) @@ -6,6 +6,6 @@ KMOD= bcma SRCS= bcma.c bcma_subr.c bcma_erom.c SRCS+= device_if.h bus_if.h -SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h +SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h opt_global.h .include Modified: head/sys/modules/bhnd/bcma_bhndb/Makefile ============================================================================== --- head/sys/modules/bhnd/bcma_bhndb/Makefile Sun Oct 30 15:46:24 2016 (r308106) +++ head/sys/modules/bhnd/bcma_bhndb/Makefile Sun Oct 30 15:56:42 2016 (r308107) @@ -7,6 +7,6 @@ SRCS= bcma_bhndb.c SRCS+= bhnd_bus_if.h bhnd_erom_if.h SRCS+= bhndb_bus_if.h bhndb_if.h -SRCS+= device_if.h bus_if.h +SRCS+= device_if.h bus_if.h opt_global.h .include Modified: head/sys/modules/bhnd/bhndb/Makefile ============================================================================== --- head/sys/modules/bhnd/bhndb/Makefile Sun Oct 30 15:46:24 2016 (r308106) +++ head/sys/modules/bhnd/bhndb/Makefile Sun Oct 30 15:56:42 2016 (r308107) @@ -12,6 +12,6 @@ SRCS+= bhnd_bus_if.h \ bhnd_erom_if.h \ bhnd_nvram_if.h -SRCS+= device_if.h bus_if.h pci_if.h +SRCS+= device_if.h bus_if.h pci_if.h opt_global.h .include Modified: head/sys/modules/bhnd/bhndb_pci/Makefile ============================================================================== --- head/sys/modules/bhnd/bhndb_pci/Makefile Sun Oct 30 15:46:24 2016 (r308106) +++ head/sys/modules/bhnd/bhndb_pci/Makefile Sun Oct 30 15:56:42 2016 (r308107) @@ -8,6 +8,6 @@ SRCS= bhndb_pci.c bhndb_pci_hwdata.c \ SRCS+= bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h SRCS+= bhnd_nvram_if.h -SRCS+= device_if.h bus_if.h pci_if.h +SRCS+= device_if.h bus_if.h pci_if.h opt_global.h .include Modified: head/sys/modules/bhnd/cores/bhnd_pci/Makefile ============================================================================== --- head/sys/modules/bhnd/cores/bhnd_pci/Makefile Sun Oct 30 15:46:24 2016 (r308106) +++ head/sys/modules/bhnd/cores/bhnd_pci/Makefile Sun Oct 30 15:56:42 2016 (r308107) @@ -5,6 +5,6 @@ KMOD= bhnd_pci SRCS= bhnd_pci.c bhnd_pcie2.c -SRCS+= device_if.h bus_if.h bhnd_bus_if.h +SRCS+= device_if.h bus_if.h bhnd_bus_if.h opt_global.h .include Modified: head/sys/modules/bhnd/cores/bhnd_pci_hostb/Makefile ============================================================================== --- head/sys/modules/bhnd/cores/bhnd_pci_hostb/Makefile Sun Oct 30 15:46:24 2016 (r308106) +++ head/sys/modules/bhnd/cores/bhnd_pci_hostb/Makefile Sun Oct 30 15:56:42 2016 (r308107) @@ -6,6 +6,6 @@ KMOD= bhnd_pci_hostb SRCS= bhnd_pci_hostb.c bhnd_pcie2_hostb.c SRCS+= device_if.h bus_if.h pci_if.h \ - bhnd_bus_if.h bhnd_chipc_if.h + bhnd_bus_if.h bhnd_chipc_if.h opt_global.h .include Modified: head/sys/modules/bhnd/cores/bhnd_pcib/Makefile ============================================================================== --- head/sys/modules/bhnd/cores/bhnd_pcib/Makefile Sun Oct 30 15:46:24 2016 (r308106) +++ head/sys/modules/bhnd/cores/bhnd_pcib/Makefile Sun Oct 30 15:56:42 2016 (r308107) @@ -6,6 +6,6 @@ KMOD= bhnd_pcib SRCS= bhnd_pcib.c bhnd_pcie2b.c SRCS+= device_if.h bus_if.h pci_if.h \ - bhnd_bus_if.h + bhnd_bus_if.h opt_global.h .include Modified: head/sys/modules/bhnd/siba/Makefile ============================================================================== --- head/sys/modules/bhnd/siba/Makefile Sun Oct 30 15:46:24 2016 (r308106) +++ head/sys/modules/bhnd/siba/Makefile Sun Oct 30 15:56:42 2016 (r308107) @@ -7,6 +7,6 @@ SRCS= siba.c siba_subr.c \ siba_erom.c SRCS+= device_if.h bus_if.h -SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h +SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h opt_global.h .include Modified: head/sys/modules/bhnd/siba_bhndb/Makefile ============================================================================== --- head/sys/modules/bhnd/siba_bhndb/Makefile Sun Oct 30 15:46:24 2016 (r308106) +++ head/sys/modules/bhnd/siba_bhndb/Makefile Sun Oct 30 15:56:42 2016 (r308107) @@ -7,6 +7,6 @@ SRCS= siba_bhndb.c SRCS+= bhnd_bus_if.h bhnd_erom_if.h SRCS+= bhndb_bus_if.h bhndb_if.h -SRCS+= device_if.h bus_if.h +SRCS+= device_if.h bus_if.h opt_global.h .include