summaryrefslogtreecommitdiff
path: root/cpu/at91rm9200/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-10 17:05:18 +0000
committerwdenk <wdenk>2004-10-10 17:05:18 +0000
commit2cbe571a5676a41aa32ff98e9b1a2934e3922574 (patch)
tree5868352e056b89c43cebc14378821ff08534dd92 /cpu/at91rm9200/Makefile
parent659883c2982db64e9950434cba2a72a3dae84a7e (diff)
downloadu-boot-2cbe571a5676a41aa32ff98e9b1a2934e3922574.tar.gz
* Patch by Gary Jennejohn, 01 Oct 2004:
- add support for CMC PU2 board - add support for I2C on at91rm9200 * Patch by Gary Jennejohn, 28 Sep 2004: fix baudrate handling on at91rm9200
Diffstat (limited to 'cpu/at91rm9200/Makefile')
-rw-r--r--cpu/at91rm9200/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/at91rm9200/Makefile b/cpu/at91rm9200/Makefile
index dfe50c0b0a..b7a30c93b2 100644
--- a/cpu/at91rm9200/Makefile
+++ b/cpu/at91rm9200/Makefile
@@ -27,7 +27,7 @@ LIB = lib$(CPU).a
START = start.o
OBJS = serial.o interrupts.o cpu.o \
- at91rm9200_ether.o
+ at91rm9200_ether.o i2c.o
all: .depend $(START) $(LIB)