diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2010-11-17 10:04:54 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2010-11-17 10:04:54 +0100 |
commit | f7af7bfcbf18011826beede7cd9e626af5f60765 (patch) | |
tree | 0a2d7ddb31fe76b0800b424bf507ea2a5e267362 /Makefile | |
parent | 7b796fda06442a469f9109828ceb57847920887f (diff) |
Add utils
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ P = nios2sim-ng VERSION = 0.1 OBJS = main.o image.o elf.o srec.o nios2.o memory.o instruction.o simulator.o \ - device.o uart.o jtag_uart.o + device.o uart.o jtag_uart.o util.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 timer.o |