From 8ddfb92179e4191dbe515605daf6ffed46c0ea59 Mon Sep 17 00:00:00 2001 From: Igor Nekrestyanov 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 988c7d0921b..7e080a60e40 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