diff options
-rw-r--r-- | Makefile.example | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.example b/Makefile.example index 41d7d76..2b6f812 100644 --- a/Makefile.example +++ b/Makefile.example @@ -96,9 +96,9 @@ bmm_file := contrib/empty.bmm ### Extra project-specific arguments to linter #lint_extra := -Wno-ASSIGNDLY -### The bulk of the actual Xilinx-oriented build system is in a different file -include ./contrib/xilinx.mk - ### Include any last extra board- or project-specific build targets include $(extra_includes) +### The bulk of the actual Xilinx-oriented build system is in a different file +include ./contrib/xilinx.mk + |