From 74b3fd97cd88fc96c018ec0dc911038a827d264d Mon Sep 17 00:00:00 2001 From: Sean Donovan Date: Mon, 16 Apr 2012 20:59:35 -0500 Subject: Support inline kernel building Patch 5: change kernel config to match repo Change-Id: Ia04157d2e3cb495e20a76775b4d3ef6596f3191a Signed-off-by: Sean Donovan --- device.mk | 7 ------- 1 file changed, 7 deletions(-) (limited to 'device.mk') diff --git a/device.mk b/device.mk index 1e3c028..f13783e 100644 --- a/device.mk +++ b/device.mk @@ -19,12 +19,6 @@ # # Everything in this directory will become public -ifeq ($(TARGET_PREBUILT_KERNEL),) -LOCAL_KERNEL := device/samsung/tuna/kernel -else -LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL) -endif - DEVICE_PACKAGE_OVERLAYS := device/samsung/tuna/overlay # This device is xhdpi. However the platform doesn't @@ -66,7 +60,6 @@ PRODUCT_PACKAGES += \ # keystore.tuna PRODUCT_COPY_FILES += \ - $(LOCAL_KERNEL):kernel \ device/samsung/tuna/init.tuna.rc:root/init.tuna.rc \ device/samsung/tuna/init.tuna.usb.rc:root/init.tuna.usb.rc \ device/samsung/tuna/fstab.tuna:root/fstab.tuna \ -- cgit v1.1