fix: sata: a38x: add SATA3 HAL to makefile and missing file mv_hal_if/mvSysSata3.c

Change-Id: I08fa68949f2a06c66432eecc3320d7e381a5a4d7
Signed-off-by: Eli Nidam <elini@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/5281
Tested-by: Star_Automation <star@marvell.com>
Reviewed-by: Omri Itach <omrii@marvell.com>
Tested-by: Omri Itach <omrii@marvell.com>
diff --git a/board/mv_ebu/common/Makefile b/board/mv_ebu/common/Makefile
old mode 100755
new mode 100644
index a064be8..fe9df8b
--- a/board/mv_ebu/common/Makefile
+++ b/board/mv_ebu/common/Makefile
@@ -24,6 +24,7 @@
 endif
 
 ifeq ($(BOARD),a38x)
+MAKE_SATA3 = yes
 MAKE_NETA = yes
 MAKE_GENERAL_U_BOOT_TOOLS = yes
 endif
@@ -150,6 +151,10 @@
 		$(HAL_SATA_CORE_DIR)/mvStorageDev.o	\
 		$(HAL_SATA_CORE_DIR)/mvLog.o
 USP_OBJS +=	$(USP_DIR)/mv_ide.o
+ifdef MAKE_SATA3
+SOC_OBJS    +=	$(HAL_SATA3_DIR)/mvSata3AddrDec.o
+HAL_IF_OBJS +=	$(HAL_IF_DIR)/mvSysSata3.o
+endif
 endif