Makefile (0ab2d7532b05a3e7c06fd3b0c8bd6b46c1dfb508) | Makefile (12fb1ad70d65edc3405884792d044fa79df7244f) |
---|---|
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 --- 39 unchanged lines hidden (view full) --- 48 $(AMDKFD_PATH)/kfd_device_queue_manager_vi.o \ 49 $(AMDKFD_PATH)/kfd_device_queue_manager_v9.o \ 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 \ | 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 --- 39 unchanged lines hidden (view full) --- 48 $(AMDKFD_PATH)/kfd_device_queue_manager_vi.o \ 49 $(AMDKFD_PATH)/kfd_device_queue_manager_v9.o \ 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_v10.o \ |
|
56 $(AMDKFD_PATH)/kfd_int_process_v11.o \ 57 $(AMDKFD_PATH)/kfd_smi_events.o \ 58 $(AMDKFD_PATH)/kfd_crat.o \ 59 $(AMDKFD_PATH)/kfd_debug.o 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 | 57 $(AMDKFD_PATH)/kfd_int_process_v11.o \ 58 $(AMDKFD_PATH)/kfd_smi_events.o \ 59 $(AMDKFD_PATH)/kfd_crat.o \ 60 $(AMDKFD_PATH)/kfd_debug.o 61 62ifneq ($(CONFIG_AMD_IOMMU_V2),) 63AMDKFD_FILES += $(AMDKFD_PATH)/kfd_iommu.o 64endif 65 66ifneq ($(CONFIG_DEBUG_FS),) 67AMDKFD_FILES += $(AMDKFD_PATH)/kfd_debugfs.o 68endif 69 70ifneq ($(CONFIG_HSA_AMD_SVM),) 71AMDKFD_FILES += $(AMDKFD_PATH)/kfd_svm.o \ 72 $(AMDKFD_PATH)/kfd_migrate.o 73endif |