commit | 519316e5685e4ef9360f15045cb7243939fecc27 | [log] [tgz] |
---|---|---|
author | Keun young Park <keunyoung@google.com> | Mon Mar 12 12:10:42 2012 -0700 |
committer | Keun young Park <keunyoung@google.com> | Mon Mar 12 12:10:42 2012 -0700 |
tree | 01d5500b4357d7d4c9932aa1d8c764afdd233d55 | |
parent | 7fc7aad152ae595de371a5b969744ff3b971d81c [diff] [blame] |
Fix build caused by 168380 Change-Id: Iebda5669f48fe505146b8f2f8b35d06621d4b0e6
diff --git a/core/main.mk b/core/main.mk index 41e788f..5604df2 100644 --- a/core/main.mk +++ b/core/main.mk
@@ -213,7 +213,7 @@ # 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),)