From nobody Tue May 5 15:26:59 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4g92S32wlQz6cJFT for ; Tue, 05 May 2026 15:26:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R13" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4g92S322mnz3kH0 for ; Tue, 05 May 2026 15:26:59 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777994819; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1yQggwSnSstC+QjvvNDCe+1+276N/sU1pCH/jrxFHTM=; b=ZEYX29HuQEFgeFth8LrqgQLTM4cMPkTi0WEAtmde+95XHk6He0uC1dp3ZNqwQgSb014+1N ddCY6hBNinwQaLfFQ2iAuiV59Z0GfXWtBYT8YeRWii5RyaFUAgYYHJNgh5wP53ayg69yyJ Y0ascO4ov5jdIYlVPBzLGKbmqcqRr8oisi2RUoVjWvrGCSH9XJRmDrn4dzH0MGtGY7vv3w knkR7j+vXtn5XAoZcQO0zuCrEBvwqDO2lwlcrANWyW3C+yw3t2PJE1UvDLpduC1FUZMgwJ WaB5VZy2oAmY9mNhwzbUJGJXDYD4ldvUB9l5wLD48+5XxlMKPUb4TW6vZJqxcg== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1777994819; a=rsa-sha256; cv=none; b=oPhP+qZS5iBRHpU37roRdP77ezQg+h7qNR1mDeOLgCulyomloJo51CBro4UaAlDzUoxOBP WBLgafRI7ml40c7kwWhe/+9Q5J3WzDtdkxznHBhxSQQ9yUEDeB+cmqNaYJDotoKB9efRyi Chi9jN9xP8H0YJzHbLq25mxZoAgGicXA6tUmDqV7lXhp2moIkHkupdkgRhotU/MPPaS6FB iyhmB2trV7Qb1JQ8kksXcAoYI0f/qxd5WmQVGqejvXjJMH35vxg9u4f9G6PxmLJjqaNZub hfFe7+2qCwP/NCV3UoU2R/ufuB5RIfULhlx/JLtbQYLmjcJQ3wvHIb+APryaNQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1777994819; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=1yQggwSnSstC+QjvvNDCe+1+276N/sU1pCH/jrxFHTM=; b=UrDzxpsElazbqKAgIWWcEtA8kWADgHZmKR+l5BjgJSo/BYIWgco3/7/yjYy+dbHVnQX32Q zQGO41NaHssefUtTYavBTzYvjHWdEKCbxUfdJDT8Jsl8dp9/QEOLcVRc0bvpXTONfzNUgc auoARJ2IqG7iUJhHEGsokVmwS1s0tu5G+ikR9ddAR9AjzzPOiviOkYfmkTjVQ5DQus69zX Rvx7C0t9jVv0VcAMdp+gQnNvaheTCL4tQ8BODrt3iOiwoNTsnmxQsPySXZFkP+myUhjEzl K0Vi/3Dm8BXX/FmSiZqHHaoss5Ievr1wb5srlfcujVAJsw1FOdeSXdz5BJQCbA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4g92S31S0Qz1Brv for ; Tue, 05 May 2026 15:26:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 1e813 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Tue, 05 May 2026 15:26:59 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: ShengYi Hung Subject: git: efc0ced5c46f - main - ath{10,11,12}k: Add missing header in Makefile List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: aokblast X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: efc0ced5c46f3332bf1847f2889659e7f5412852 Auto-Submitted: auto-generated Date: Tue, 05 May 2026 15:26:59 +0000 Message-Id: <69fa0c43.1e813.2e5c61c6@gitrepo.freebsd.org> The branch main has been updated by aokblast: URL: https://cgit.FreeBSD.org/src/commit/?id=efc0ced5c46f3332bf1847f2889659e7f5412852 commit efc0ced5c46f3332bf1847f2889659e7f5412852 Author: ShengYi Hung AuthorDate: 2026-04-28 14:27:21 +0000 Commit: ShengYi Hung CommitDate: 2026-05-05 15:26:48 +0000 ath{10,11,12}k: Add missing header in Makefile Reviewed by: bz MFC after: 2 weeks Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D56693 --- sys/modules/ath10k/Makefile | 2 ++ sys/modules/ath11k/Makefile | 2 ++ sys/modules/ath12k/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/sys/modules/ath10k/Makefile b/sys/modules/ath10k/Makefile index b28df768c3d5..becf42a6a79a 100644 --- a/sys/modules/ath10k/Makefile +++ b/sys/modules/ath10k/Makefile @@ -1,3 +1,5 @@ +.include + DEVATH10KDIR= ${SRCTOP}/sys/contrib/dev/athk/ath10k .PATH: ${DEVATH10KDIR} diff --git a/sys/modules/ath11k/Makefile b/sys/modules/ath11k/Makefile index a2f0064c2ae9..eaf196af5b55 100644 --- a/sys/modules/ath11k/Makefile +++ b/sys/modules/ath11k/Makefile @@ -1,3 +1,5 @@ +.include + DEVATH11KDIR= ${SRCTOP}/sys/contrib/dev/athk/ath11k .PATH: ${DEVATH11KDIR} diff --git a/sys/modules/ath12k/Makefile b/sys/modules/ath12k/Makefile index ecca0bc3b409..071bb88a8b37 100644 --- a/sys/modules/ath12k/Makefile +++ b/sys/modules/ath12k/Makefile @@ -1,3 +1,5 @@ +.include + DEVATH12KDIR= ${SRCTOP}/sys/contrib/dev/athk/ath12k .PATH: ${DEVATH12KDIR}