From f7af7bfcbf18011826beede7cd9e626af5f60765 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 17 Nov 2010 10:04:54 +0100 Subject: Add utils --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40a6460..049d114 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-54-g00ecf