Merge tag 'mac80211-for-davem-2016-07-06' of git://git.kernel.org/pub/scm/linux/kerne...
[cascardo/linux.git] / drivers / gpu / drm / amd / powerplay / smumgr / Makefile
1 #
2 # Makefile for the 'smu manager' sub-component of powerplay.
3 # It provides the smu management services for the driver.
4
5 SMU_MGR = smumgr.o cz_smumgr.o tonga_smumgr.o fiji_smumgr.o polaris10_smumgr.o
6
7 AMD_PP_SMUMGR = $(addprefix $(AMD_PP_PATH)/smumgr/,$(SMU_MGR))
8
9 AMD_POWERPLAY_FILES += $(AMD_PP_SMUMGR)