diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-04-16 18:16:25 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-04-16 18:16:25 +0700 |
commit | 581b26585db58ae3d7e0405f5778a42c632ed070 (patch) | |
tree | aac22233e3bfe6eb8ebac6b4ecc5fe3caf16359a | |
parent | 2a6c55220df46eea3d3527b4abd1fd8486847c0a (diff) | |
download | device_samsung_galaxysmtd-581b26585db58ae3d7e0405f5778a42c632ed070.zip device_samsung_galaxysmtd-581b26585db58ae3d7e0405f5778a42c632ed070.tar.gz device_samsung_galaxysmtd-581b26585db58ae3d7e0405f5778a42c632ed070.tar.bz2 |
galaxysmtd: Use integrated kernel building
Change-Id: I2a1114268343a1e377f13977982a52e12e2c034d
-rw-r--r-- | BoardConfig.mk | 4 | ||||
-rw-r--r-- | cifs.ko | bin | 2833280 -> 0 bytes | |||
-rw-r--r-- | cm.dependencies | 5 | ||||
-rw-r--r-- | device.mk | 14 | ||||
-rw-r--r-- | fuse.ko | bin | 649584 -> 0 bytes | |||
-rwxr-xr-x | kernel | bin | 3077248 -> 0 bytes | |||
-rw-r--r-- | nls_utf8.ko | bin | 28300 -> 0 bytes | |||
-rw-r--r-- | tun.ko | bin | 211380 -> 0 bytes |
8 files changed, 7 insertions, 16 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 0e15033..7378e70 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -20,8 +20,8 @@ #Video Devices BOARD_SECOND_CAMERA_DEVICE := /dev/video2 -#Prebuilt Kernel -TARGET_PREBUILT_KERNEL := device/samsung/galaxysmtd/kernel +# Kernel Config +TARGET_KERNEL_CONFIG := cyanogenmod_galaxysmtd_defconfig # FM Radio BOARD_HAVE_FM_RADIO := true diff --git a/cifs.ko b/cifs.ko Binary files differdeleted file mode 100644 index 2b85b78..0000000 --- a/cifs.ko +++ /dev/null diff --git a/cm.dependencies b/cm.dependencies index 642986d..7b78e1d 100644 --- a/cm.dependencies +++ b/cm.dependencies @@ -6,5 +6,10 @@ { "repository": "android_device_samsung_aries-common", "target_path": "device/samsung/aries-common" + }, + { + "repository": "android_kernel_samsung_aries", + "target_path": "kernel/samsung/aries", + "branch": "android-samsung-3.0-ics" } ]
\ No newline at end of file @@ -46,20 +46,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ frameworks/base/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml -# kernel modules -PRODUCT_COPY_FILES += $(foreach module,\ - $(wildcard device/samsung/galaxysmtd/*.ko),\ - $(module):system/lib/modules/$(notdir $(module))) - -ifeq ($(TARGET_PREBUILT_KERNEL),) - LOCAL_KERNEL := device/samsung/galaxysmtd/kernel -else - LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL) -endif - -PRODUCT_COPY_FILES += \ - $(LOCAL_KERNEL):kernel - # Inherit Aries common device configuration. $(call inherit-product, device/samsung/aries-common/device_base.mk) diff --git a/fuse.ko b/fuse.ko Binary files differBinary files differdeleted file mode 100644 index ec6e55b..0000000 --- a/fuse.ko +++ /dev/null diff --git a/nls_utf8.ko b/nls_utf8.ko Binary files differBinary files differdeleted file mode 100644 index e47f343..0000000 --- a/nls_utf8.ko +++ /dev/null |