mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-28 21:46:02 -04:00
v2: agd: squash in the Makefile change as well. Signed-off-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Eagle Yeh <eagle.yeh@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
11 lines
281 B
Makefile
11 lines
281 B
Makefile
#
|
|
# Makefile for the 'calcs' sub-component of DAL.
|
|
# It calculates Bandwidth and Watermarks values for HW programming
|
|
#
|
|
|
|
BW_CALCS = dce_calcs.o bw_fixed.o custom_float.o
|
|
|
|
AMD_DAL_BW_CALCS = $(addprefix $(AMDDALPATH)/dc/calcs/,$(BW_CALCS))
|
|
|
|
AMD_DISPLAY_FILES += $(AMD_DAL_BW_CALCS)
|