11 lines
254 B
Makefile
11 lines
254 B
Makefile
|
#
|
||
|
# 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)
|