mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-27 04:22:58 +00:00
Manages the renoir display resources (crtcs, phys, plls, etc.). v2: rebase (Alex) Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
11 lines
256 B
Makefile
11 lines
256 B
Makefile
#
|
|
# Makefile for DCN21.
|
|
|
|
DCN21 = dcn21_hubp.o dcn21_hubbub.o dcn21_resource.o
|
|
|
|
CFLAGS_dcn21_resource.o := -mhard-float -msse -mpreferred-stack-boundary=4
|
|
|
|
AMD_DAL_DCN21 = $(addprefix $(AMDDALPATH)/dc/dcn21/,$(DCN21))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_DCN21)
|