blob: db8e0ff6d7a9c07da7fef4ec5808f73d5bf3a1b9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Makefile for the 'freesync' sub-module of DAL.
#
FREESYNC = freesync.o
AMD_DAL_FREESYNC = $(addprefix $(AMDDALPATH)/modules/freesync/,$(FREESYNC))
#$(info ************ DAL-FREE SYNC_MAKEFILE ************)
AMD_DISPLAY_FILES += $(AMD_DAL_FREESYNC)
|