diff --git a/src/Makefile b/src/Makefile index e701a23..5a1671d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,7 +8,7 @@ PROG-denano = $(addprefix $(BUILD_DIR)/, hello.elf dhry.elf queens.elf stanford. PROG-sim = $(addprefix $(BUILD_DIR)/, hello.elf test_exception_sim.elf test_emac_sim.elf) PROG-ml402 = $(addprefix $(BUILD_DIR)/, test_emac.elf) -SRCS-network = $(addprefix common/network/, packet.c arp.c dhcp.c emac.c ethernet.c icmp.c ipv4.c marvell_88e1111.c mii-bitbang.c udp.c fifo.c) +SRCS-network = $(addprefix common/network/, dispatcher.c packet.c arp.c dhcp.c emac.c ethernet.c icmp.c ipv4.c marvell_88e1111.c mii-bitbang.c udp.c fifo.c) all: $(PROG-$(BOARD)) $(BUILD_DIR):