Makefile (4f2c0a4acffbec01079c28f839422e64ddeff004) | Makefile (0ab2d7532b05a3e7c06fd3b0c8bd6b46c1dfb508) |
---|---|
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 --- 41 unchanged lines hidden (view full) --- 50 $(AMDKFD_PATH)/kfd_device_queue_manager_v10.o \ 51 $(AMDKFD_PATH)/kfd_device_queue_manager_v11.o \ 52 $(AMDKFD_PATH)/kfd_interrupt.o \ 53 $(AMDKFD_PATH)/kfd_events.o \ 54 $(AMDKFD_PATH)/cik_event_interrupt.o \ 55 $(AMDKFD_PATH)/kfd_int_process_v9.o \ 56 $(AMDKFD_PATH)/kfd_int_process_v11.o \ 57 $(AMDKFD_PATH)/kfd_smi_events.o \ | 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 --- 41 unchanged lines hidden (view full) --- 50 $(AMDKFD_PATH)/kfd_device_queue_manager_v10.o \ 51 $(AMDKFD_PATH)/kfd_device_queue_manager_v11.o \ 52 $(AMDKFD_PATH)/kfd_interrupt.o \ 53 $(AMDKFD_PATH)/kfd_events.o \ 54 $(AMDKFD_PATH)/cik_event_interrupt.o \ 55 $(AMDKFD_PATH)/kfd_int_process_v9.o \ 56 $(AMDKFD_PATH)/kfd_int_process_v11.o \ 57 $(AMDKFD_PATH)/kfd_smi_events.o \ |
58 $(AMDKFD_PATH)/kfd_crat.o | 58 $(AMDKFD_PATH)/kfd_crat.o \ 59 $(AMDKFD_PATH)/kfd_debug.o |
59 60ifneq ($(CONFIG_AMD_IOMMU_V2),) 61AMDKFD_FILES += $(AMDKFD_PATH)/kfd_iommu.o 62endif 63 64ifneq ($(CONFIG_DEBUG_FS),) 65AMDKFD_FILES += $(AMDKFD_PATH)/kfd_debugfs.o 66endif 67 68ifneq ($(CONFIG_HSA_AMD_SVM),) 69AMDKFD_FILES += $(AMDKFD_PATH)/kfd_svm.o \ 70 $(AMDKFD_PATH)/kfd_migrate.o 71endif | 60 61ifneq ($(CONFIG_AMD_IOMMU_V2),) 62AMDKFD_FILES += $(AMDKFD_PATH)/kfd_iommu.o 63endif 64 65ifneq ($(CONFIG_DEBUG_FS),) 66AMDKFD_FILES += $(AMDKFD_PATH)/kfd_debugfs.o 67endif 68 69ifneq ($(CONFIG_HSA_AMD_SVM),) 70AMDKFD_FILES += $(AMDKFD_PATH)/kfd_svm.o \ 71 $(AMDKFD_PATH)/kfd_migrate.o 72endif |