summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVaibhav Hiremath <hvaibhav@ti.com>2009-06-13 00:47:34 +0530
committerJustin Waters <justin.waters@timesys.com>2009-10-21 16:46:32 -0400
commit697eb49d001d1ba53969065cddfe9a9f13ed83a5 (patch)
tree562c4740af923aa1e80fd4d5f3b5c6893d46f55b /Makefile
parentff0b91fdc9662dbfab1572e848fd405603bd9797 (diff)
Added OMAP3517/3505 support
Added support for OMAP3517/3505 SoC, it includes all the changes from Mani's commit for OMAP3517 and review comments fix. Major features/changes - - New config file - New board files - New ethernet driver Major Review comments - - Added macine ID for OMAP3517 - Naming conventions used.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 61bae6d2ac..df25fb3b60 100644
--- a/Makefile
+++ b/Makefile
@@ -2942,6 +2942,9 @@ omap3_pandora_config : unconfig
omap3_zoom1_config : unconfig
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 zoom1 omap3 omap3
+omap3517evm_config : unconfig
+ @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 omap3517evm omap3 omap3
+
#########################################################################
## XScale Systems
#########################################################################