summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-aspeed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-aspeed/Makefile')
-rw-r--r--arch/arm/mach-aspeed/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/mach-aspeed/Makefile b/arch/arm/mach-aspeed/Makefile
new file mode 100644
index 0000000000..7d8930beb9
--- /dev/null
+++ b/arch/arm/mach-aspeed/Makefile
@@ -0,0 +1,17 @@
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+# MA 02111-1307 USA
+#
+
+
+obj-y += timer.o reset.o cpuinfo.o ast-scu.o ast-ahbc.o ast-sdmc.o
+obj-$(CONFIG_AST_SPI_NOR) += flash.o
+obj-$(CONFIG_ARCH_AST2500) += platform_g5.o
+obj-$(CONFIG_ARCH_AST2400) += platform_g4.o
OpenPOWER on IntegriCloud