xref: /freebsd/sys/modules/amdsmu/Makefile (revision 7238317403b95a8e35cf0bc7cd66fbd78ecbe521)
1# SPDX-License-Identifier: BSD-2-Clause
2#
3# Copyright (c) 2025 The FreeBSD Foundation
4#
5# This software was developed by Aymeric Wibo <obiwac@freebsd.org>
6# under sponsorship from the FreeBSD Foundation.
7
8.PATH: ${SRCTOP}/sys/dev/amdsmu
9
10KMOD=	amdsmu
11SRCS=	amdsmu.c
12SRCS+=	bus_if.h device_if.h pci_if.h
13
14.include <bsd.kmod.mk>
15