Move macloader to hardware/samsung
There are quite a few different Samsung devices which require
macloader (many of which are just using binary blobs), so we
should move it out of the device trees.
Change-Id: I9e23fca0ba4c17da328cace801a92fa57df9a862
diff --git a/s5pc110.mk b/s5pc110.mk
index c4f5e0e..c8bc354 100644
--- a/s5pc110.mk
+++ b/s5pc110.mk
@@ -14,6 +14,6 @@
ifeq ($(TARGET_BOARD_PLATFORM),s5pc110)
-include hardware/samsung/exynos3/s5pc110/Android.mk
+include $(SAM_ROOT)/exynos3/s5pc110/Android.mk
endif