- added dispatcher to Makefile

git-svn-id: http://moon:8086/svn/mips@229 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2022-06-29 09:25:52 +00:00
parent a1d3731529
commit bd7b4fe6f3
+1 -1
View File
@@ -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-sim = $(addprefix $(BUILD_DIR)/, hello.elf test_exception_sim.elf test_emac_sim.elf)
PROG-ml402 = $(addprefix $(BUILD_DIR)/, test_emac.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)) all: $(PROG-$(BOARD))
$(BUILD_DIR): $(BUILD_DIR):