Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 519316e5 authored by Keun young Park's avatar Keun young Park
Browse files

Fix build caused by 168380

Change-Id: Iebda5669f48fe505146b8f2f8b35d06621d4b0e6
parent 7fc7aad1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),)