aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.tools.am
diff options
context:
space:
mode:
authorLionel Landwerlin <[email protected]>2018-07-29 01:01:36 +0100
committerLionel Landwerlin <[email protected]>2018-08-22 18:02:11 +0100
commited21007a6a8741da1ab5229d5efb9ad47d9c8f8b (patch)
tree9f9eb4de2951467299fdfe71f4e19ca19300e69f /src/intel/Makefile.tools.am
parent14a1cb37ebd3adbceb56f99f4727e45309b75ec2 (diff)
intel: tools: split memory management out of aubinator
Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src/intel/Makefile.tools.am')
-rw-r--r--src/intel/Makefile.tools.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am
index 9dc89ad6f6e..30c8d3b3f7d 100644
--- a/src/intel/Makefile.tools.am
+++ b/src/intel/Makefile.tools.am
@@ -26,6 +26,8 @@ noinst_PROGRAMS += \
tools_aubinator_SOURCES = \
+ tools/aub_mem.c \
+ tools/aub_mem.h \
tools/aub_read.c \
tools/aub_read.h \
tools/aubinator.c \