yosys-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
passes/abc/Makefile.inc
Go to the documentation of this file.
1 
2 ifeq ($(ENABLE_ABC),1)
3 OBJS += passes/abc/abc.o
4 OBJS += passes/abc/blifparse.o
5 endif
6