diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-08-09 23:22:44 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-08-09 23:22:44 +0200 |
commit | ee54d05c5889b0f938b7198b659c7f493f66f941 (patch) | |
tree | 9cfcea78c007b669700cd089901b26f9bebc9f25 /fw/fe310/test | |
parent | 6e95a5652dd18880d4225742b9cd0a2dd7a80386 (diff) |
fixed makefile
Diffstat (limited to 'fw/fe310/test')
-rw-r--r-- | fw/fe310/test/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fw/fe310/test/Makefile b/fw/fe310/test/Makefile index fedd417..5608a49 100644 --- a/fw/fe310/test/Makefile +++ b/fw/fe310/test/Makefile @@ -8,7 +8,6 @@ lib_ecp = # lib_ecp += ecp ecpcr ecptr ecptm ecpdir ecpvconn 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 $(LIBS_ECP) $(LIBS_EOS) -Wl,--end-group -T../bsp/default.lds LDFLAGS = app/*.o $(CFLAGS) -L.. -L$(ecp_dir)/build-fe310 -Wl,--gc-sections -nostartfiles -nostdlib -Wl,--start-group -lc -lm -lgcc $(addprefix -l,$(lib_eos)) $(addprefix -l,$(lib_ecp)) -Wl,--end-group -T../bsp/default.lds TARGET = phone |