summaryrefslogtreecommitdiff
path: root/sys/modules/amdsmu/Makefile
blob: 752f57173d6183190f48e8a5da8d90180531470d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: BSD-2-Clause
#
# Copyright (c) 2025 The FreeBSD Foundation
#
# This software was developed by Aymeric Wibo <obiwac@freebsd.org>
# 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>