summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xBoardConfig.mk7
-rw-r--r--device.mk2
2 files changed, 4 insertions, 5 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 5fa29a4..0cab08c 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -30,9 +30,10 @@ BOARD_HAVE_BLUETOOTH := true
BOARD_HAVE_BLUETOOTH_BCM := true
TARGET_NO_BOOTLOADER := true
-ifndef TARGET_NO_KERNEL
-TARGET_NO_KERNEL := true
-endif
+
+TARGET_NO_KERNEL := false
+TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel
+
TARGET_NO_RADIOIMAGE := true
TARGET_PROVIDES_INIT_TARGET_RC := true
TARGET_BOARD_PLATFORM := s5pc110
diff --git a/device.mk b/device.mk
index bcd7cf7..90627c3 100644
--- a/device.mk
+++ b/device.mk
@@ -107,8 +107,6 @@ PRODUCT_TAGS += dalvik.gc.type-precise
PRODUCT_LOCALES := hdpi
-TARGET_PREBUILT_KERNEL := $(LOCAL_PATH)/kernel
-
PRODUCT_COPY_FILES += \
device/samsung/crespo/bcm4329.ko:system/modules/bcm4329.ko