summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2010-12-21 11:42:50 +0100
committerTobias Klauser <tklauser@distanz.ch>2010-12-21 11:42:50 +0100
commitbb8e7336e4248b21517ed18a75b4d0343a3a0d53 (patch)
tree3f0c841ee1298a846f2d2a05202a219f6c6ef4b2 /Makefile
parent5da40cbf6daae35ad4948476bac7827f81ee7904 (diff)
Updates all over the place (mostly devices)HEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 049d114..610bff9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,14 +2,14 @@ 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 util.o
+ device.o timer.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
DEFS = -DVERSION="\"$(VERSION)\"" -DDEBUG
CFLAGS += -g -W -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes \
- -Wno-packed-bitfield-compat \
+ -Wno-packed-bitfield-compat -Wshadow \
$(DEFS)
LDFLAGS += -lelf