diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 21:51:59 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-01-31 21:51:59 +0100 |
commit | ce5b6bc9faf38c7feaf5053424176d39e91c7323 (patch) | |
tree | 6b778a085a253c056eadb31797463928a8ebfd3b /fw/fe310/test | |
parent | dcdc68164b16831c1e5bd6bbd5fa9c0aecacf890 (diff) |
fixed build
Diffstat (limited to 'fw/fe310/test')
-rw-r--r-- | fw/fe310/test/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fw/fe310/test/Makefile b/fw/fe310/test/Makefile index af18dc5..5f7f86f 100644 --- a/fw/fe310/test/Makefile +++ b/fw/fe310/test/Makefile @@ -1,8 +1,5 @@ include ../common.mk - -CRYPTO_DIR = ../../../crypto - -CFLAGS += -I.. -I../eos -I../bsp/include -I../bsp/drivers -I$(CRYPTO_DIR) +CFLAGS += -I$(bsp_dir)/include -I$(bsp_dir)/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 audio.o test.o |