summaryrefslogtreecommitdiff
path: root/hsakmt/Makefile.sources
diff options
context:
space:
mode:
authorOded Gabbay <oded.gabbay@gmail.com>2015-10-24 09:51:53 +0300
committerOded Gabbay <oded.gabbay@gmail.com>2015-10-24 09:52:35 +0300
commit4b98cec51bb61a3e286b5a1e7bd7f0e945e68af9 (patch)
treebf5f1b52488ef8014f44a6352b1cd9b9e21eaa61 /hsakmt/Makefile.sources
parentc214a227dc9af42050f44c7f55498f37449dd574 (diff)
Fix paths inside Makefile.sourceshsakmt-1.0.0
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'hsakmt/Makefile.sources')
-rw-r--r--hsakmt/Makefile.sources6
1 files changed, 3 insertions, 3 deletions
diff --git a/hsakmt/Makefile.sources b/hsakmt/Makefile.sources
index 29bb57f..6011a01 100644
--- a/hsakmt/Makefile.sources
+++ b/hsakmt/Makefile.sources
@@ -19,7 +19,7 @@ libhsakmt_headers = \
fmm.h \
libhsakmt.h \
pmc_table.h \
- hsakmt.h \
- hsakmttypes.h \
- kfd_ioctl.h \
+ include/hsakmt.h \
+ include/hsakmttypes.h \
+ include/linux/kfd_ioctl.h \
$(NULL)