xref: /linux/drivers/gpu/drm/amd/display/modules/freesync/Makefile (revision 0b9335cbd38e3bd2025bcc23b5758df4ac035f75)
1#
2# Makefile for the 'freesync' sub-module of DAL.
3#
4
5FREESYNC = freesync.o
6
7AMD_DAL_FREESYNC = $(addprefix $(AMDDALPATH)/modules/freesync/,$(FREESYNC))
8#$(info ************  DAL-FREE SYNC_MAKEFILE ************)
9
10AMD_DISPLAY_FILES += $(AMD_DAL_FREESYNC)
11