. added proper path for tools and toolchain
- build all apps on make
This commit is contained in:
@@ -7,7 +7,6 @@ PROG-ml402 = $(addprefix $(BUILD_DIR)/, hello.elf testbench.elf test_irq.elf dhr
|
||||
PROG-denano = $(addprefix $(BUILD_DIR)/, hello.elf dhry.elf queens.elf stanford.elf paranoia.elf rmd160_test.elf Bessel.elf whet.elf phrasen.elf dttl.elf richards_benchmark.elf test_exception.elf testbench_denano.elf)
|
||||
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/, 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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user