diff options
author | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 19:23:26 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2021-05-20 19:23:26 +0200 |
commit | 605518b4c2488d45bc778d0f7180bac0f877b0a4 (patch) | |
tree | c2a4f3606ccd437a2271ab069596fc16085dcd00 /fw/fe310/test/Makefile | |
parent | 768fc9d49096aa8a8247f31ec8d5b8dd09d6b0ad (diff) |
test app template
Diffstat (limited to 'fw/fe310/test/Makefile')
-rw-r--r-- | fw/fe310/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/fe310/test/Makefile b/fw/fe310/test/Makefile index c5f68fb..8476db8 100644 --- a/fw/fe310/test/Makefile +++ b/fw/fe310/test/Makefile @@ -5,7 +5,7 @@ CRYPTO_DIR = ../../../crypto CFLAGS += -I.. -I../eos -I../bsp/include -I../bsp/drivers -I$(CRYPTO_DIR) LDFLAGS = $(CFLAGS) -L.. -Wl,--gc-sections -nostartfiles -nostdlib -Wl,--start-group -lc -lm -lgcc -leos -Wl,--end-group -T../bsp/default.lds -DEPS = main.o status.o cell_dev.o cell_pdp.o phone.o modem.o wifi.o cam.o test.o +DEPS = main.o status.o cell_dev.o cell_pdp.o phone.o modem.o wifi.o cam.o fs.o test.o TARGET = phone all: $(TARGET) |