From c30deaf73faa36edcc3eaf112b6b4a8b43d45e74 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 17 Jan 2007 15:44:44 +0000 Subject: [PATCH] # Build kernel first so we can bootstrap off of its build --- planetlab.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/planetlab.mk b/planetlab.mk index b6d37448..5d2e4c8a 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2003-2006 The Trustees of Princeton University # -# $Id: planetlab.mk,v 1.40 2006/12/29 22:17:31 mef Exp $ +# $Id$ # # @@ -85,6 +85,9 @@ madwifi-ng-MODULE := madwifi-ng madwifi-ng-SPEC := madwifi-ng/madwifi.spec ALL += madwifi-ng +# Build kernel first so we can bootstrap off of its build +madwifi-ng: kernel + # # ivtv # -- 2.47.0