From b8876fb63f1f9b74c28b817b088c8b11703407db Mon Sep 17 00:00:00 2001 From: Brian Swetland Date: Sun, 19 Sep 2010 05:07:07 -0700 Subject: oops -- TARGET_* options do not belong in device.mk Change-Id: Ibcfd3a4fd2d9ffbd1f9364398091495bd9c9d9ba --- BoardConfig.mk | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'BoardConfig.mk') 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 -- cgit v1.1