summaryrefslogtreecommitdiff
path: root/passion.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-02-17 11:30:41 -0800
committerJean-Baptiste Queru <jbq@google.com>2010-02-17 11:30:41 -0800
commit9a1559d6b29520bedf6c3dd7da9913ebde6a6b5a (patch)
tree92b9d99c9b5b40aefdbd24edab612b288d9251eb /passion.mk
parentcba8debf44877ef3729d2bd2d198fcdd93d290b7 (diff)
downloadpassion-9a1559d6b29520bedf6c3dd7da9913ebde6a6b5a.tar.gz
Move open-sourceable passion files
Change-Id: Ifd20ebe20322155a4a0a7d905c24425957493b1f
Diffstat (limited to 'passion.mk')
-rw-r--r--passion.mk30
1 files changed, 30 insertions, 0 deletions
diff --git a/passion.mk b/passion.mk
new file mode 100644
index 0000000..1819940
--- /dev/null
+++ b/passion.mk
@@ -0,0 +1,30 @@
+#
+# Copyright (C) 2009 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+-include vendor/htc/passion/passion-vendor.mk
+
+PRODUCT_COPY_FILES += \
+ device/htc/passion/init.mahimahi.rc:root/init.mahimahi.rc \
+ device/htc/passion/bcm4329.ko:system/lib/modules/bcm4329.ko
+
+ifeq ($(TARGET_PREBUILT_KERNEL),)
+LOCAL_KERNEL := device/htc/passion/kernel
+else
+LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
+endif
+
+PRODUCT_COPY_FILES += \
+ $(LOCAL_KERNEL):kernel