From 9d5d2e8e507fe72d08d1faf99dc0cfe264dbf2ba Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sat, 24 Jan 2009 01:48:13 +0000 Subject: [PATCH] do not depend actions on selected profile SVN-Revision: 14164 --- phone/fso/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/phone/fso/Makefile b/phone/fso/Makefile index 8f66034..530aaf3 100644 --- a/phone/fso/Makefile +++ b/phone/fso/Makefile @@ -23,10 +23,7 @@ PKG_BUILD_DEPENDS:=cython python include $(INCLUDE_DIR)/package.mk -include $(if $(DUMP),,$(STAGING_DIR)/mk/python-package.mk) -ifeq ($(CONFIG_TARGET_s3c24xx_openmoko-gta02-graphical),y) - CONFIG=om_gta02 -endif -ifeq ($(CONFIG_TARGET_s3c24xx_openmoko-gta02-minimal),y) +ifeq ($(CONFIG_TARGET_s3c24xx),y) CONFIG=om_gta02 endif -- 2.30.2