Makefile (4066aa72f9f2886105c6f747d7f9bd4f14f53c12) | Makefile (64d1c3a43a6fb5cef32a085bc17cbbe31945a651) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30 kfd_pasid.o kfd_doorbell.o kfd_flat_memory.o \ 31 kfd_process.o kfd_queue.o kfd_mqd_manager.o \ 32 kfd_mqd_manager_cik.o kfd_mqd_manager_vi.o \ 33 kfd_kernel_queue.o kfd_kernel_queue_cik.o \ 34 kfd_kernel_queue_vi.o kfd_packet_manager.o \ 35 kfd_process_queue_manager.o kfd_device_queue_manager.o \ 36 kfd_device_queue_manager_cik.o kfd_device_queue_manager_vi.o \ 37 kfd_interrupt.o kfd_events.o cik_event_interrupt.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 --- 21 unchanged lines hidden (view full) --- 30 kfd_pasid.o kfd_doorbell.o kfd_flat_memory.o \ 31 kfd_process.o kfd_queue.o kfd_mqd_manager.o \ 32 kfd_mqd_manager_cik.o kfd_mqd_manager_vi.o \ 33 kfd_kernel_queue.o kfd_kernel_queue_cik.o \ 34 kfd_kernel_queue_vi.o kfd_packet_manager.o \ 35 kfd_process_queue_manager.o kfd_device_queue_manager.o \ 36 kfd_device_queue_manager_cik.o kfd_device_queue_manager_vi.o \ 37 kfd_interrupt.o kfd_events.o cik_event_interrupt.o \ |
38 kfd_dbgdev.o kfd_dbgmgr.o | 38 kfd_dbgdev.o kfd_dbgmgr.o kfd_crat.o |
39 | 39 |
40ifneq ($(CONFIG_AMD_IOMMU_V2),) 41amdkfd-y += kfd_iommu.o 42endif 43 44amdkfd-$(CONFIG_DEBUG_FS) += kfd_debugfs.o 45 |
|
40obj-$(CONFIG_HSA_AMD) += amdkfd.o | 46obj-$(CONFIG_HSA_AMD) += amdkfd.o |