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