Makefile (ae22b2f1c8ccd9a3e5f19e3ebb4ef6ec1e8655e0) | Makefile (0a8d25285feb68608acdf778983ee5f4d72707e8) |
---|---|
1# 2# Copyright 2017 Advanced Micro Devices, Inc. 3# 4# Permission is hereby granted, free of charge, to any person obtaining a 5# copy of this software and associated documentation files (the "Software"), 6# to deal in the Software without restriction, including without limitation 7# the rights to use, copy, modify, merge, publish, distribute, sublicense, 8# and/or sell copies of the Software, and to permit persons to whom the --- 20 unchanged lines hidden (view full) --- 29subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/inc/ 30subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/inc/hw 31subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/clk_mgr 32subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/hwss 33subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/resource 34subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/dsc 35subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/optc 36subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/dpp | 1# 2# Copyright 2017 Advanced Micro Devices, Inc. 3# 4# Permission is hereby granted, free of charge, to any person obtaining a 5# copy of this software and associated documentation files (the "Software"), 6# to deal in the Software without restriction, including without limitation 7# the rights to use, copy, modify, merge, publish, distribute, sublicense, 8# and/or sell copies of the Software, and to permit persons to whom the --- 20 unchanged lines hidden (view full) --- 29subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/inc/ 30subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/inc/hw 31subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/clk_mgr 32subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/hwss 33subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/resource 34subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/dsc 35subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/optc 36subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/dpp |
37subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/hubbub 38subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dc/dccg |
|
37subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc 38subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync 39subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color 40subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet 41subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/power 42subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dmub/inc 43 44subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/hdcp 45 46#TODO: remove when Timing Sync feature is complete 47subdir-ccflags-y += -DBUILD_FEATURE_TIMING_SYNC=0 48 49DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src 50 51DAL_LIBS += modules/hdcp 52 53AMD_DAL = $(addsuffix /Makefile, $(addprefix $(FULL_AMD_DISPLAY_PATH)/,$(DAL_LIBS))) 54 55include $(AMD_DAL) | 39subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/inc 40subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/freesync 41subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/color 42subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/info_packet 43subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/power 44subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/dmub/inc 45 46subdir-ccflags-y += -I$(FULL_AMD_DISPLAY_PATH)/modules/hdcp 47 48#TODO: remove when Timing Sync feature is complete 49subdir-ccflags-y += -DBUILD_FEATURE_TIMING_SYNC=0 50 51DAL_LIBS = amdgpu_dm dc modules/freesync modules/color modules/info_packet modules/power dmub/src 52 53DAL_LIBS += modules/hdcp 54 55AMD_DAL = $(addsuffix /Makefile, $(addprefix $(FULL_AMD_DISPLAY_PATH)/,$(DAL_LIBS))) 56 57include $(AMD_DAL) |