diff options
author | alk3pInjection <webmaster@raspii.tech> | 2023-08-15 15:24:56 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2024-01-04 05:40:50 +0800 |
commit | f954077bf655682a60059a2f3d3c8f0d6f843c0a (patch) | |
tree | a18c782423062515c6135c3aad27f55b6e722f19 | |
parent | 9a250775494d48d15580c562b9b13f27293f8ac3 (diff) |
pantah: Initial Project ICE makefiles
Change-Id: Iba621bf612581c96d726221164346e419cd454ce
-rw-r--r-- | BoardConfigICE.mk | 5 | ||||
-rw-r--r-- | cheetah/BoardConfig.mk | 2 | ||||
-rw-r--r-- | cheetah/BoardConfigICE.mk | 7 | ||||
-rw-r--r-- | device-ice.mk | 8 | ||||
-rw-r--r-- | panther/BoardConfig.mk | 2 | ||||
-rw-r--r-- | panther/BoardConfigICE.mk | 7 |
6 files changed, 31 insertions, 0 deletions
diff --git a/BoardConfigICE.mk b/BoardConfigICE.mk new file mode 100644 index 0000000..4636c41 --- /dev/null +++ b/BoardConfigICE.mk @@ -0,0 +1,5 @@ +# +# Copyright (C) 2023 Project ICE +# +# SPDX-License-Identifier: Apache-2.0 +# diff --git a/cheetah/BoardConfig.mk b/cheetah/BoardConfig.mk index e8b6d50..cb960cb 100644 --- a/cheetah/BoardConfig.mk +++ b/cheetah/BoardConfig.mk @@ -32,3 +32,5 @@ include device/google/gs201/BoardConfig-common.mk -include vendor/google_devices/cheetah/proprietary/BoardConfigVendor.mk include device/google/pantah/sepolicy/cheetah-sepolicy.mk include device/google/pantah/wifi/BoardConfig-wifi.mk + +include device/google/pantah/cheetah/BoardConfigICE.mk diff --git a/cheetah/BoardConfigICE.mk b/cheetah/BoardConfigICE.mk new file mode 100644 index 0000000..4e21e9b --- /dev/null +++ b/cheetah/BoardConfigICE.mk @@ -0,0 +1,7 @@ +# +# Copyright (C) 2023 Project ICE +# +# SPDX-License-Identifier: Apache-2.0 +# + +include device/google/pantah/BoardConfigICE.mk diff --git a/device-ice.mk b/device-ice.mk new file mode 100644 index 0000000..73cb62d --- /dev/null +++ b/device-ice.mk @@ -0,0 +1,8 @@ +# +# Copyright (C) 2023 Project ICE +# +# SPDX-License-Identifier: Apache-2.0 +# + +# Kernel +TARGET_PREBUILT_KERNEL := device/google/pantah-kernel/Image.lz4 diff --git a/panther/BoardConfig.mk b/panther/BoardConfig.mk index fe051f2..4c5da36 100644 --- a/panther/BoardConfig.mk +++ b/panther/BoardConfig.mk @@ -37,3 +37,5 @@ include device/google/gs201/BoardConfig-common.mk -include vendor/google_devices/panther/proprietary/BoardConfigVendor.mk include device/google/pantah/sepolicy/panther-sepolicy.mk include device/google/pantah/wifi/BoardConfig-wifi.mk + +include device/google/pantah/panther/BoardConfigICE.mk diff --git a/panther/BoardConfigICE.mk b/panther/BoardConfigICE.mk new file mode 100644 index 0000000..4e21e9b --- /dev/null +++ b/panther/BoardConfigICE.mk @@ -0,0 +1,7 @@ +# +# Copyright (C) 2023 Project ICE +# +# SPDX-License-Identifier: Apache-2.0 +# + +include device/google/pantah/BoardConfigICE.mk |