Skip to content

Commit

Permalink
Merge pull request #51 from mithro/makefile-fixes
Browse files Browse the repository at this point in the history
common: Disable make's inbuilt implicit rules.
  • Loading branch information
mithro committed Feb 21, 2018
2 parents 2a3300c + 2d32bf8 commit 4a48a5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/make/arch.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.SUFFIXES:

SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))

Expand Down
2 changes: 2 additions & 0 deletions common/make/gen.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.SUFFIXES:

# Regenerate files
GEN_MAKEFILES := $(shell ls Makefile.* | grep -v .gen)

Expand Down
1 change: 0 additions & 1 deletion common/make/sim.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.SUFFIXES:

YOSYS ?= yosys
Expand Down
2 changes: 2 additions & 0 deletions common/make/w.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.SUFFIXES:

SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))

WPY = $(realpath $(SELF_DIR)/../../utils/w.py)
Expand Down

0 comments on commit 4a48a5c

Please sign in to comment.