# SPDX-License-Identifier: BSD-2-Clause # # Copyright (c) 2025 The FreeBSD Foundation # # This software was developed by Aymeric Wibo # 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