summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <klto@zhaw.ch>2010-11-16 14:51:59 +0100
committerTobias Klauser <klto@zhaw.ch>2010-11-16 14:52:20 +0100
commitfc6515ef027d94412228875095708b949b801496 (patch)
tree2640edc09346a4d97cf09bb39d2ea8b21feceb86 /Makefile
parent6f8db3bda1c2644adfc25b83b73285df9a80585d (diff)
Add basic device handling infrastructure
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a5638ff..40a6460 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
P = nios2sim-ng
VERSION = 0.1
-OBJS = main.o image.o elf.o srec.o nios2.o instruction.o
+OBJS = main.o image.o elf.o srec.o nios2.o memory.o instruction.o simulator.o \
+ device.o uart.o jtag_uart.o
#OBJS += load_image.o nor_flash.o simulator.o simulator.o niosii.o i_type_handler.o j_type_handler.o \
-# r_type_handler.o custom_instr.o io_device.o jtag_uart.o timer.o uart_core.o
+# r_type_handler.o custom_instr.o timer.o
DEFS = -DVERSION="\"$(VERSION)\"" -DDEBUG