summaryrefslogtreecommitdiffstats
path: root/board/mimc/mimc200/Makefile
diff options
context:
space:
mode:
authorMark Jackson <mpfj@mimc.co.uk>2008-07-30 13:07:27 +0100
committerHaavard Skinnemoen <haavard.skinnemoen@atmel.com>2008-08-20 09:10:31 +0200
commit13b50fe3bc065c48911fa373231421280855a9d6 (patch)
tree2c5f84754c92234c1c66bb2b4e7ce854b2072a7a /board/mimc/mimc200/Makefile
parent81091f58f0c58ecd26c5b05de2ae20ca6cdb521c (diff)
downloadblackbird-obmc-uboot-13b50fe3bc065c48911fa373231421280855a9d6.tar.gz
blackbird-obmc-uboot-13b50fe3bc065c48911fa373231421280855a9d6.zip
avr32: Add MIMC200 board
The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra 8MByte FLASH and 128KByte FRAM. Signed-off-by: Mark Jackson <mpfj@mimc.co.uk> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
Diffstat (limited to 'board/mimc/mimc200/Makefile')
-rw-r--r--board/mimc/mimc200/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/board/mimc/mimc200/Makefile b/board/mimc/mimc200/Makefile
new file mode 100644
index 0000000000..9f3849feaf
--- /dev/null
+++ b/board/mimc/mimc200/Makefile
@@ -0,0 +1,40 @@
+#
+# Copyright (C) 2005-2006 Atmel Corporation
+#
+# See file CREDITS for list of people who contributed to this project.
+#
+# This program is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2 of
+# the License, or (at your option) any later version.
+#
+# 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
+
+include $(TOPDIR)/config.mk
+
+LIB := $(obj)lib$(BOARD).a
+
+COBJS := $(BOARD).o
+
+SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
+OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
+
+$(LIB): $(obj).depend $(OBJS)
+ $(AR) $(ARFLAGS) $@ $(OBJS)
+
+#########################################################################
+
+# defines $(obj).depend target
+include $(SRCTREE)/rules.mk
+
+sinclude $(obj).depend
+
+#########################################################################
OpenPOWER on IntegriCloud