Skip to content

Commit c4eb8d1

Browse files
authored
Remove Ruby SoC headers (#323)
* Remove Ruby source and headers from Makefile * Remove Ruby SoC source and header files
1 parent b799ffb commit c4eb8d1

File tree

11 files changed

+0
-615
lines changed

11 files changed

+0
-615
lines changed

larq_compute_engine/micro/build_make/Makefile

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -532,27 +532,7 @@ MICROLITE_CC_SRCS += $(LCE_DIR)/micro/platform/riscv_ri5cy/timer.cc
532532
MICROLITE_CC_SRCS += $(LCE_DIR)/micro/platform/riscv_ri5cy/printf.c
533533
MICROLITE_CC_SRCS += $(LCE_DIR)/micro/platform/riscv_ri5cy/dso_handle.c
534534
endif
535-
RUBY_SRCS := $(MICROLITE_CC_SRCS)
536-
RUBY_SRCS := $(patsubst %/debug_log.cc, $(LCE_DIR)/micro/platform/riscv_ruby/debug_log.cc, $(RUBY_SRCS))
537-
RUBY_SRCS := $(patsubst %/micro_time.cc, $(LCE_DIR)/micro/platform/riscv_ruby/micro_time.cc, $(RUBY_SRCS))
538-
539-
RUBY_HDRS += $(LCE_DIR)/micro/platform/riscv_ruby/machineTimer.h
540-
RUBY_HDRS += $(LCE_DIR)/micro/platform/riscv_ruby/io.h
541-
RUBY_HDRS += $(LCE_DIR)/micro/platform/riscv_ruby/bsp.h
542-
RUBY_HDRS += $(LCE_DIR)/micro/platform/riscv_ruby/riscv.h
543-
RUBY_HDRS += $(LCE_DIR)/micro/platform/riscv_ruby/soc.h
544-
RUBY_HDRS += $(LCE_DIR)/micro/platform/riscv_ruby/type.h
545-
RUBY_HDRS += $(LCE_DIR)/micro/platform/riscv_ruby/uart.h
546-
547-
ifneq ($(filter riscv_ruby, $(ALL_TAGS)),)
548-
MICROLITE_CC_SRCS := $(RUBY_SRCS)
549-
MICROLITE_CC_HDRS += $(RUBY_HDRS)
550-
endif
551535

552-
ifneq ($(filter ikva, $(ALL_TAGS)),)
553-
MICROLITE_CC_SRCS := $(RUBY_SRCS)
554-
MICROLITE_CC_HDRS += $(RUBY_HDRS)
555-
endif
556536
THIRD_PARTY_CC_HDRS += \
557537
third_party/flatbuffers/include/flatbuffers/flexbuffers.h \
558538
third_party/flatbuffers/include/flatbuffers/util.h

larq_compute_engine/micro/platform/riscv_ruby/Makefile.tpl

Lines changed: 0 additions & 173 deletions
This file was deleted.

larq_compute_engine/micro/platform/riscv_ruby/bsp.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

larq_compute_engine/micro/platform/riscv_ruby/debug_log.cc

Lines changed: 0 additions & 7 deletions
This file was deleted.

larq_compute_engine/micro/platform/riscv_ruby/io.h

Lines changed: 0 additions & 34 deletions
This file was deleted.

larq_compute_engine/micro/platform/riscv_ruby/machineTimer.h

Lines changed: 0 additions & 35 deletions
This file was deleted.

larq_compute_engine/micro/platform/riscv_ruby/micro_time.cc

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)