xref: /linux/drivers/gpu/drm/amd/display/modules/freesync/Makefile (revision f0200c02883367f0eb6c9e2f19a8ab6335a52b86)
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