remove unneeded code
[pandora-x-loader.git] / Makefile
index 1930db5..0916bd8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -201,12 +201,6 @@ unconfig:
 ## OMAP2 (ARM1136) Systems
 #########################################################################
 
-omap2420h4_config :    unconfig
-       @$(MKCONFIG) $(@:_config=) arm arm1136 omap2420h4
-
-omap2430sdp_config :    unconfig
-       @$(MKCONFIG) $(@:_config=) arm arm1136 omap2430sdp
-
 #########################################################################
 ## OMAP3 (ARM-CortexA8) Systems
 #########################################################################
@@ -225,14 +219,26 @@ overo_config :    unconfig
 omap3530beagle_config :    unconfig
        @$(MKCONFIG) $(@:_config=) arm omap3 omap3530beagle
 
-igep0020_config :    unconfig
-       @$(MKCONFIG) $(@:_config=) arm omap3 igep0020
-       
+igep00x0_config :    unconfig
+       @$(MKCONFIG) $(@:_config=) arm omap3 igep00x0
+
+tam3517_config :       unconfig
+       @$(MKCONFIG) $(@:_config=) arm omap3 tam3517
+
+tao3530_config :       unconfig
+       @$(MKCONFIG) $(@:_config=) arm omap3 tao3530
+
+tdm3730_config :       unconfig
+       @$(MKCONFIG) $(@:_config=) arm omap3 tdm3730
+
+pandora_config :    unconfig
+       @$(MKCONFIG) $(@:_config=) arm omap3 pandora
+
 #########################################################################
 ## OMAP4 (ARM-CortexA9) Systems
 #########################################################################
 omap4430panda_config :    unconfig
-       @./mkconfig $(@:_config=) arm omap4 omap4430panda 1
+       @$(MKCONFIG) $(@:_config=) arm omap4 omap4430panda 1
 
 #########################################################################