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