Signed-off-by: Taylor Simpson <tsimp...@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 efcf510..3ff59e4 100644 --- a/target/hexagon/Makefile.objs +++ b/target/hexagon/Makefile.objs @@ -11,7 +11,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 @@ -29,10 +31,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