Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/modules/amdsmu/Makefile
48145 views
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2025 The FreeBSD Foundation
#
# This software was developed by Aymeric Wibo <[email protected]>
# under sponsorship from the FreeBSD Foundation.

.PATH: ${SRCTOP}/sys/dev/amdsmu

KMOD=	amdsmu
SRCS=	amdsmu.c
SRCS+=	bus_if.h device_if.h pci_if.h

.include <bsd.kmod.mk>