From c87a900a056c566bf5fb85daaec2f74e4efe4a0f Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Tue, 25 Mar 2014 11:14:35 -0400 Subject: re-order Makefile inclues --- Makefile.example | 6 +++--- 1 file 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 + -- cgit v1.2.3