[RFC PATCH v2 67/67] Hexagon HVX build infrastructure

Taylor Simpson posted 67 patches 5 years, 8 months ago
There is a newer version of this series
[RFC PATCH v2 67/67] Hexagon HVX build infrastructure
Posted by Taylor Simpson 5 years, 8 months ago
Signed-off-by: Taylor Simpson <tsimpson@quicinc.com>
---
 target/hexagon/Makefile.objs | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/target/hexagon/Makefile.objs b/target/hexagon/Makefile.objs
index be0d08f..d18b41f 100644
--- a/target/hexagon/Makefile.objs
+++ b/target/hexagon/Makefile.objs
@@ -28,7 +28,9 @@ obj-y += \
     printinsn.o \
     arch.o \
     fma_emu.o \
-    conv_emu.o
+    conv_emu.o \
+    mmvec/decode_ext_mmvec.o \
+    mmvec/system_ext_mmvec.o
 
 #
 #  Step 1
@@ -47,10 +49,14 @@ IDEF_FILES = \
     $(SRC_PATH)/target/hexagon/imported/mpy.idef \
     $(SRC_PATH)/target/hexagon/imported/shift.idef \
     $(SRC_PATH)/target/hexagon/imported/subinsns.idef \
-    $(SRC_PATH)/target/hexagon/imported/system.idef
+    $(SRC_PATH)/target/hexagon/imported/system.idef \
+    $(SRC_PATH)/target/hexagon/imported/allext.idef \
+    $(SRC_PATH)/target/hexagon/imported/mmvec/ext.idef
 DEF_FILES = \
     $(SRC_PATH)/target/hexagon/imported/allidefs.def \
-    $(SRC_PATH)/target/hexagon/imported/macros.def
+    $(SRC_PATH)/target/hexagon/imported/macros.def \
+    $(SRC_PATH)/target/hexagon/imported/allext_macros.def \
+    $(SRC_PATH)/target/hexagon/imported/mmvec/macros.def
 
 $(GEN_SEMANTICS): $(GEN_SEMANTICS_SRC) $(IDEF_FILES) $(DEF_FILES)
 	$(CC) $(CFLAGS) $(GEN_SEMANTICS_SRC) -o $(GEN_SEMANTICS)
-- 
2.7.4