Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2022 05:40:23 GMT
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 2782ed8f6cd3 - main - dpaa2: fix standalone module build
Message-ID:  <202210180540.29I5eNBZ068087@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by glebius:

URL: https://cgit.FreeBSD.org/src/commit/?id=2782ed8f6cd3d7f59219a783bc7fa7bbfb1fe26f

commit 2782ed8f6cd3d7f59219a783bc7fa7bbfb1fe26f
Author:     Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2022-10-18 05:38:24 +0000
Commit:     Gleb Smirnoff <glebius@FreeBSD.org>
CommitDate: 2022-10-18 05:38:24 +0000

    dpaa2: fix standalone module build
---
 sys/modules/dpaa2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/modules/dpaa2/Makefile b/sys/modules/dpaa2/Makefile
index 556a1c531669..fa280452bcfa 100644
--- a/sys/modules/dpaa2/Makefile
+++ b/sys/modules/dpaa2/Makefile
@@ -19,6 +19,8 @@ SRCS+=	memac_mdio_common.c memac_mdio_if.c memac_mdio_if.h
 
 SRCS+=	bus_if.h device_if.h miibus_if.h
 SRCS+=	pcib_if.h pci_if.h
+SRCS+=	mdio_if.h
+SRCS+=	opt_acpi.h opt_platform.h
 
 .if !empty(OPT_ACPI)
 SRCS+=	dpaa2_mc_acpi.c \



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