From patchwork Tue Feb 22 07:36:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [RFC,1/2] UBUNTU: lucid: include branch-specific makefile fragment Date: Mon, 21 Feb 2011 21:36:33 -0000 From: Jeremy Kerr X-Patchwork-Id: 83928 Message-Id: <1298360193.534609.593374621774.1.gpush@pororo> To: kernel-team@lists.ubuntu.com This allows us to define make parameters on a per-branch basis. Signed-off-by: Jeremy Kerr --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 999bc1d..f5874ec 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,10 @@ export DROOT=debian # Common variables for all architectures include $(DROOT)/rules.d/0-common-vars.mk -# Pull in some arch specific stuff +# Pull in some branch specific stuff +-include $(DEBIAN)/rules.d/branch.mk + +# ... and some arch specific stuff -include $(DEBIAN)/rules.d/$(arch).mk # Maintainer targets