diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-03-31 13:23:27 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-03-31 13:23:27 +0200 |
commit | 0bf09d5e45609319a162d7c60485c0da2319f2d3 (patch) | |
tree | 2af542b939787046644deb363eb8bcfbe57c86ce /fw/fe310/test/Makefile | |
parent | 4e2c7b2b070699b9f0a9cfe75de8316866cc5ed1 (diff) |
fe310 tests fixed
Diffstat (limited to 'fw/fe310/test/Makefile')
-rw-r--r-- | fw/fe310/test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fw/fe310/test/Makefile b/fw/fe310/test/Makefile index 5e708ed..236217f 100644 --- a/fw/fe310/test/Makefile +++ b/fw/fe310/test/Makefile @@ -2,7 +2,8 @@ include ../common.mk CFLAGS += -I$(bsp_dir)/include -I$(bsp_dir)/drivers -I$(ext_dir)/crypto -I$(ext_dir)/fsfat -I$(ecp_dir)/src -I$(ecp_dir)/src/platform/fe310 -I.. LDFLAGS = app/*.o $(CFLAGS) -L.. -L$(ecp_dir)/build-fe310 -Wl,--gc-sections -nostartfiles -nostdlib -Wl,--start-group -lc -lm -lgcc -leos -lecp -lecpcr -lecptr -lecptm -lecpdir -lecpvconn -Wl,--end-group -T../bsp/default.lds -DEPS = main.o mem.o cell_dev.o cell_pdp.o phone.o modem.o wifi.o cam.o fs.o ecp.o ecp_init.o audio.o test.o +DEPS = main.o mem.o cell_dev.o cell_pdp.o phone.o modem.o wifi.o cam.o fs.o test.o +# DEPS += ecp.o ecp_init.o audio.o TARGET = phone |