diff options
author | Clifford Wolf <clifford@clifford.at> | 2017-07-08 16:40:40 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2017-07-08 16:40:40 +0200 |
commit | 4b2d1fe6881445b1c4654abfdc872c1f78420fbb (patch) | |
tree | 26e7355ad4854e4c5838cd94f1b2a6e7d82c0e4c /frontends/json/Makefile.inc | |
parent | 3c693b65613392b10e33d406698a25d058acde84 (diff) | |
download | yosys-4b2d1fe6881445b1c4654abfdc872c1f78420fbb.tar.gz yosys-4b2d1fe6881445b1c4654abfdc872c1f78420fbb.tar.bz2 yosys-4b2d1fe6881445b1c4654abfdc872c1f78420fbb.zip |
Add JSON front-end
Diffstat (limited to 'frontends/json/Makefile.inc')
-rw-r--r-- | frontends/json/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/json/Makefile.inc b/frontends/json/Makefile.inc new file mode 100644 index 000000000..0fe1b3722 --- /dev/null +++ b/frontends/json/Makefile.inc @@ -0,0 +1,3 @@ + +OBJS += frontends/json/jsonparse.o + |