4562236b3b
Supported DCE versions: 8.0, 10.0, 11.0, 11.2 v2: rebase against 4.11 Signed-off-by: Harry Wentland <harry.wentland@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
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)
|