3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-08 20:21:25 +00:00

Moved cmds from kernel/ to passes/cmds/

This commit is contained in:
Clifford Wolf 2013-06-08 23:16:36 +02:00
parent 4b7f070b69
commit 5a592b3739
4 changed files with 4 additions and 1 deletions

3
passes/cmds/Makefile.inc Normal file
View file

@ -0,0 +1,3 @@
OBJS += passes/cmds/select.o
OBJS += passes/cmds/show.o