From 8027eaeed08ecaddb59a69ca60c2b717882540bd Mon Sep 17 00:00:00 2001 From: codeworkx Date: Wed, 30 Nov 2011 02:17:32 +0100 Subject: [PATCH] fixed makefiles --- full_galaxynote.mk | 2 +- shbootimg.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/full_galaxynote.mk b/full_galaxynote.mk index ffdae88..325ea73 100755 --- a/full_galaxynote.mk +++ b/full_galaxynote.mk @@ -21,7 +21,7 @@ # Inherit from those products. Most specific first. $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) -$(call inherit-product, device/samsung/note/note.mk) +$(call inherit-product, device/samsung/galaxynote/galaxynote.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk) # Discard inherited values and use our own instead. diff --git a/shbootimg.mk b/shbootimg.mk index 5329e8e..cce0aaa 100755 --- a/shbootimg.mk +++ b/shbootimg.mk @@ -3,7 +3,7 @@ LOCAL_PATH := $(call my-dir) INSTALLED_BOOTIMAGE_TARGET := $(PRODUCT_OUT)/boot.img $(INSTALLED_BOOTIMAGE_TARGET): $(TARGET_PREBUILT_KERNEL) $(recovery_ramdisk) $(INSTALLED_RAMDISK_TARGET) $(PRODUCT_OUT)/utilities/flash_image $(PRODUCT_OUT)/utilities/busybox $(call pretty,"Boot image: $@") - $(hide) ./device/samsung/note/mkshbootimg.py $@ $(TARGET_PREBUILT_KERNEL) $(INSTALLED_RAMDISK_TARGET) $(recovery_ramdisk) + $(hide) ./device/samsung/galaxynote/mkshbootimg.py $@ $(TARGET_PREBUILT_KERNEL) $(INSTALLED_RAMDISK_TARGET) $(recovery_ramdisk) $(INSTALLED_RECOVERYIMAGE_TARGET): $(INSTALLED_BOOTIMAGE_TARGET) $(ACP) $(INSTALLED_BOOTIMAGE_TARGET) $@