diff options
author | Michael Walle <michael@walle.cc> | 2011-02-17 23:45:10 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-03-07 13:42:36 +0100 |
commit | ea7924dcc4000643ad767fa106a15acb9f8e055b (patch) | |
tree | 33cf6470cdd7deff07b3d9e84f9fa94dfea268f4 /Makefile.target | |
parent | f89286ae45973e00189da67f28264ade74a645e2 (diff) |
lm32: timer model
This patch adds support for the LatticeMico32 system timer.
Signed-off-by: Michael Walle <michael@walle.cc>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index c1fcc5bccf..e4e82810b8 100644 --- a/Makefile.target +++ b/Makefile.target @@ -250,6 +250,7 @@ obj-ppc-y += xilinx_ethlite.o # LM32 peripherals obj-lm32-y += lm32_pic.o obj-lm32-y += lm32_juart.o +obj-lm32-y += lm32_timer.o obj-mips-y = mips_r4k.o mips_jazz.o mips_malta.o mips_mipssim.o obj-mips-y += mips_addr.o mips_timer.o mips_int.o |