Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
CI seems to miss targets, add spartan7 targets to try fix this

Signed-off-by: Steve <lbh_9506@163.com>
  • Loading branch information
MidsummerNight committed Dec 10, 2021
1 parent 15e46a4 commit e37d732
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,15 @@ db-extras-kintex7-roi: $(addprefix db-roi-only-,$(KINTEX_PARTS))
db-extras-kintex7-harness:
@true

db-extras-spartan7-parts:
@true

db-extras-spartan7-roi:
@true

db-extras-spartan7-harness:
@true

db-extras-zynq7-parts: $(addprefix db-part-only-,$(ZYNQ_PARTS))

db-extras-zynq7-roi: $(addprefix db-roi-only-,$(ZYNQ_PARTS))
Expand Down

0 comments on commit e37d732

Please sign in to comment.