1*4f567b9fSSandeep Singh# SPDX-License-Identifier: GPL-2.0-or-later 2*4f567b9fSSandeep Singh# 3*4f567b9fSSandeep Singh# Makefile - AMD SFH HID drivers 4*4f567b9fSSandeep Singh# Copyright (c) 2019-2020, Advanced Micro Devices, Inc. 5*4f567b9fSSandeep Singh# 6*4f567b9fSSandeep Singh# 7*4f567b9fSSandeep Singhobj-$(CONFIG_AMD_SFH_HID) += amd_sfh.o 8*4f567b9fSSandeep Singhamd_sfh-objs := amd_sfh_hid.o 9*4f567b9fSSandeep Singhamd_sfh-objs += amd_sfh_client.o 10*4f567b9fSSandeep Singhamd_sfh-objs += amd_sfh_pcie.o 11*4f567b9fSSandeep Singhamd_sfh-objs += hid_descriptor/amd_sfh_hid_desc.o 12*4f567b9fSSandeep Singh 13*4f567b9fSSandeep Singhccflags-y += -I $(srctree)/$(src)/ 14