summaryrefslogtreecommitdiffstats
path: root/hw/mips_mipssim.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-03-27 07:26:16 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-03-27 07:26:16 +0000
commitb970ea8f8d7d05c4abd3e46afc207a585f941be1 (patch)
treeae23730331fda794b6134367d0b1baa651e31be9 /hw/mips_mipssim.c
parent6450a334c4820a5f7ac4b8c5e1482156e3bbab3c (diff)
downloadhqemu-b970ea8f8d7d05c4abd3e46afc207a585f941be1.zip
hqemu-b970ea8f8d7d05c4abd3e46afc207a585f941be1.tar.gz
Compile some MIPS devices only once
Move CPU specific declarations to a separate file. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/mips_mipssim.c')
-rw-r--r--hw/mips_mipssim.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/mips_mipssim.c b/hw/mips_mipssim.c
index 98d1a01..a747de5 100644
--- a/hw/mips_mipssim.c
+++ b/hw/mips_mipssim.c
@@ -26,6 +26,7 @@
*/
#include "hw.h"
#include "mips.h"
+#include "mips_cpudevs.h"
#include "pc.h"
#include "isa.h"
#include "net.h"
OpenPOWER on IntegriCloud