From 452c5b35e29bc5fa05f7cbb3d72ff2e7b979eee9 Mon Sep 17 00:00:00 2001 From: Ravi K Yenduri Date: Tue, 31 Mar 2009 12:11:26 -0700 Subject: [PATCH] Enable OpenCORE on master - part 3 --- core/config.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/config.mk b/core/config.mk index 91ed79125..90a40a731 100644 --- a/core/config.mk +++ b/core/config.mk @@ -278,12 +278,6 @@ endif TARGET_COMPRESS_MODULE_SYMBOLS := false TARGET_PRELINK_MODULE := true -# This is a temporary hack to globally disable OpenCORE as -# it broke during a major cupcake->master merge. -# See issue 2308 for the reason why it's necessary. -# TODO: remove this as soon as OpenCORE builds again - issue 2331. -BUILD_WITHOUT_PV := true - PREBUILT_IS_PRESENT := $(if $(wildcard prebuilt/Android.mk),true) -- 2.11.0