xref: /openbmc/linux/drivers/hid/amd-sfh-hid/Makefile (revision 4f567b9f8141a86c7d878fadf136e5d1408e3e61)
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