app: aboot: mdtp: read mdtp eFuse in runtime

Since 8976 and 8952 have the same binaries,
we can no longer pick the relevant mdtp eFuse
during compilation. Therefore, the code was
modified to retrieve the correct eFuse in
runtime, based on the target we actually
run on.

Change-Id: I14a80bab43b08939c73b010fa8c607982bc8cc6d
diff --git a/app/aboot/rules.mk b/app/aboot/rules.mk
index cbc053a..24bca43 100644
--- a/app/aboot/rules.mk
+++ b/app/aboot/rules.mk
@@ -16,5 +16,5 @@
 	$(LOCAL_DIR)/mdtp.o \
 	$(LOCAL_DIR)/mdtp_ui.o \
 	$(LOCAL_DIR)/mdtp_fuse.o \
-	$(LOCAL_DIR)/mdtp_ui_defs.o
+	$(LOCAL_DIR)/mdtp_defs.o
 endif