From bbb0a0cb957527ee0cb2f3276359542755c7fae0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 3 Jan 2012 10:33:59 -0800 Subject: Rename the makefiles used in self-extractors. That way, devices use the exact same filenames, which can then be fed to diff -r for easy comparisions and updates. Change-Id: Ie6bda29891ef2ace717e5f040efad426806488d6 --- self-extractors/root/BoardConfigVendor.mk | 2 +- self-extractors/root/device-vendor.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'self-extractors/root') diff --git a/self-extractors/root/BoardConfigVendor.mk b/self-extractors/root/BoardConfigVendor.mk index b685549..ca10d74 100644 --- a/self-extractors/root/BoardConfigVendor.mk +++ b/self-extractors/root/BoardConfigVendor.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_STEM := maguro/BoardConfigMaguro.mk +LOCAL_STEM := maguro/BoardConfigPartial.mk -include vendor/broadcom/$(LOCAL_STEM) -include vendor/csr/$(LOCAL_STEM) diff --git a/self-extractors/root/device-vendor.mk b/self-extractors/root/device-vendor.mk index c266dda..833cbcd 100644 --- a/self-extractors/root/device-vendor.mk +++ b/self-extractors/root/device-vendor.mk @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -LOCAL_STEM := maguro/device-maguro.mk +LOCAL_STEM := maguro/device-partial.mk $(call inherit-product-if-exists, vendor/broadcom/$(LOCAL_STEM)) $(call inherit-product-if-exists, vendor/csr/$(LOCAL_STEM)) -- cgit v1.1