linux/drivers/gpu/drm/amd/display/modules/freesync/Makefile

11 lines
254 B
Makefile
Raw Normal View History

#
# 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)