From b621c4f694de9eeb2cb54e12e09fc225e3a65d0e Mon Sep 17 00:00:00 2001 From: Lalit Sharma Date: Thu, 10 Dec 2020 21:44:57 -0800 Subject: [PATCH] Removing yosys-symbiflow-plugins compilation from CMakefile --- CMakeLists.txt | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b615ff856..49b2fa1fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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