diff options
-rw-r--r-- | ice40/makefile.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ice40/makefile.inc b/ice40/makefile.inc deleted file mode 100644 index 0dac3444..00000000 --- a/ice40/makefile.inc +++ /dev/null @@ -1,17 +0,0 @@ -archs += ice40 -ice40_objs = chip.o main.o - -define ice40_chipdb -ice40_objs += chipdb-$(1).o -ice40/chipdb-$(1).cc: ice40/chipdb.py /usr/local/share/icebox/chipdb-$(1).txt - python3 ice40/chipdb.py /usr/local/share/icebox/chipdb-$(1).txt > ice40/chipdb-$(1).cc.new - mv ice40/chipdb-$(1).cc.new ice40/chipdb-$(1).cc - -clean:: - rm -f ice40/chipdb-$(1).cc -endef - -$(eval $(call ice40_chipdb,384)) -$(eval $(call ice40_chipdb,1k)) -$(eval $(call ice40_chipdb,5k)) -$(eval $(call ice40_chipdb,8k)) |