diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2009-05-18 22:24:22 +0200 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2009-05-18 22:24:22 +0200 |
commit | fd6dc90ba0932f082ac8284cc957dd7efd89d014 (patch) | |
tree | 95e13f1791bf15e36d346e26193ec11a8ad5ab29 /Makefile.target | |
parent | 96d7ddde19cd9617e377f30dbc23665c3ec03c78 (diff) |
cris: First shot at qdev for CRIS interrupts.
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index bbdef88310..4f7f47dcdb 100644 --- a/Makefile.target +++ b/Makefile.target @@ -615,7 +615,7 @@ CPPFLAGS += -DHAS_AUDIO -DHAS_AUDIO_CHOICE endif ifeq ($(TARGET_BASE_ARCH), cris) # Boards -OBJS+= etraxfs.o axis_dev88.o +OBJS+= cris_pic_cpu.o etraxfs.o axis_dev88.o # IO blocks OBJS+= etraxfs_dma.o |