diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2014-03-25 11:14:35 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2014-03-25 12:00:04 -0400 |
commit | c87a900a056c566bf5fb85daaec2f74e4efe4a0f (patch) | |
tree | 47976c9666545fa15a367b19ed936d9612eae106 /Makefile.example | |
parent | 49444ce751777c906b5f350ec14c7f8bb56a240d (diff) | |
download | basic-hdl-template-c87a900a056c566bf5fb85daaec2f74e4efe4a0f.tar.gz basic-hdl-template-c87a900a056c566bf5fb85daaec2f74e4efe4a0f.zip |
re-order Makefile inclues
Diffstat (limited to 'Makefile.example')
-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 + |