From 9251dc3bb912231b2fe25ff7bd10644e1b99dec0 Mon Sep 17 00:00:00 2001 From: igor Date: Tue, 28 Sep 2010 10:29:08 -0700 Subject: [PATCH] 6982520: Move kernel to install ws Reviewed-by: herrick, billyh --- make/deploy-rules.gmk | 1 - 1 file changed, 1 deletion(-) diff --git a/make/deploy-rules.gmk b/make/deploy-rules.gmk index 988c7d0..7e080a6 100644 --- a/make/deploy-rules.gmk +++ b/make/deploy-rules.gmk @@ -79,7 +79,6 @@ ifneq ($(KERNEL), off) ifeq ($(UP_TMP), true) DEPLOY_BUILD_TARGETS += cmd-comp-all endif - DEPLOY_BUILD_TARGETS += kernel-all endif endif endif -- GitLab