]> Git Repo - qemu.git/blobdiff - Makefile.target
* Add a model of the ETRAX interrupt controller.
[qemu.git] / Makefile.target
index d1deda15a4427efbb3ad5e0c4a84438e880cdc40..9c8373334519f8f4869aa106d8b5563e3f511ae0 100644 (file)
@@ -565,9 +565,12 @@ CPPFLAGS += -DHAS_AUDIO
 endif
 ifeq ($(TARGET_BASE_ARCH), cris)
 OBJS+= etraxfs.o
-OBJS+= ptimer.o
+OBJS+= etraxfs_pic.o
 OBJS+= etraxfs_timer.o
 OBJS+= etraxfs_ser.o
+
+OBJS+= ptimer.o
+OBJS+= pflash_cfi01.o
 endif
 ifeq ($(TARGET_BASE_ARCH), sparc)
 ifeq ($(TARGET_ARCH), sparc64)
This page took 0.022001 seconds and 4 git commands to generate.