diff options
author | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 07:20:12 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2022-02-02 07:20:12 +0100 |
commit | a38acfdab4a4cc4e624945dd63e8731150418c10 (patch) | |
tree | d3428158910f0524f69007fdd0fa9894e3f2e151 /fw/fe310/Makefile | |
parent | c87ac314e44366fd20667dde24cbc2699c2e0845 (diff) |
build fixed
Diffstat (limited to 'fw/fe310/Makefile')
-rw-r--r-- | fw/fe310/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fw/fe310/Makefile b/fw/fe310/Makefile index 17d8103..4ac5372 100644 --- a/fw/fe310/Makefile +++ b/fw/fe310/Makefile @@ -6,7 +6,6 @@ obj_crypto = $(addprefix $(crypto_dir)/,$(obj_dep)) subdirs = bsp/drivers bsp/gloss bsp/metal eos eos/i2c eos/eve eos/eve/screen eos/eve/widget eos/app fsfat -# $(info INFO $(obj_crypto)) all: libeos.a %.o: %.c |