Removing yosys-symbiflow-plugins compilation from CMakefile

This commit is contained in:
Lalit Sharma 2020-12-10 21:44:57 -08:00
parent 6991848f97
commit b621c4f694
1 changed files with 0 additions and 11 deletions

View File

@ -239,17 +239,6 @@ add_custom_target(
# yosys compilation ends
# yosys-symbiflow-plugins compilation starts
add_custom_target(
yosys-symbiflow-plugins ALL
COMMAND $(MAKE) all
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/yosys-symbiflow-plugins
COMMENT "Compile yosys-symbiflow-plugins with given Makefile"
)
# yosys-symbiflow-plugins compilation ends
# run make to extract compiler options, linker options and list of source files
#add_custom_target(
# yosys