From 519316e5685e4ef9360f15045cb7243939fecc27 Mon Sep 17 00:00:00 2001 From: Keun young Park Date: Mon, 12 Mar 2012 12:10:42 -0700 Subject: [PATCH] Fix build caused by 168380 Change-Id: Iebda5669f48fe505146b8f2f8b35d06621d4b0e6 --- core/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.mk b/core/main.mk index 41e788fe9c..5604df2d5a 100644 --- a/core/main.mk +++ b/core/main.mk @@ -213,7 +213,7 @@ endif # pdk2 : HAL build for chipset vendors PDK_BUILD_TYPE:= $(filter pdk1 pdk2,$(MAKECMDGOALS)) -ifneq (1,$(words $(PDK_BUILD_TYPE))) +ifeq (2,$(words $(PDK_BUILD_TYPE))) $(error You can't build pdk1 and pdk2 in the same run.) endif ifneq ($(PDK_BUILD_TYPE),)