summaryrefslogtreecommitdiffstats
path: root/device.mk
diff options
context:
space:
mode:
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/device.mk b/device.mk
index 50987fc..f9b346d 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
@@ -67,7 +61,6 @@ PRODUCT_PACKAGES += \
# keystore.tuna
PRODUCT_COPY_FILES += \
- $(LOCAL_KERNEL):kernel \
device/samsung/tuna/rootdir/init.tuna.rc:root/init.tuna.rc \
device/samsung/tuna/rootdir/init.tuna.usb.rc:root/init.tuna.usb.rc \
device/samsung/tuna/rootdir/fstab.tuna:root/fstab.tuna \