blob: d9efe58e9b58b37a444a4b8e02e79746cf126524 [file] [log] [blame]
R. Andrew Ohana3e03dba2012-05-21 01:47:01 -07001# Copyright (C) 2012 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
R. Andrew Ohana81c2e052012-10-03 19:52:52 -070015SAM_ROOT := $(call my-dir)
16
Daniel Hillenbrand601dc852013-07-07 10:06:59 +020017# Exynos 4
R. Andrew Ohana3e03dba2012-05-21 01:47:01 -070018ifeq ($(TARGET_BOARD_PLATFORM),exynos4)
19ifeq ($(TARGET_SOC),exynos4210)
R. Andrew Ohana81c2e052012-10-03 19:52:52 -070020include $(SAM_ROOT)/exynos4210.mk
R. Andrew Ohana3e03dba2012-05-21 01:47:01 -070021endif
22ifeq ($(TARGET_SOC),exynos4x12)
R. Andrew Ohana81c2e052012-10-03 19:52:52 -070023include $(SAM_ROOT)/exynos4x12.mk
R. Andrew Ohana3e03dba2012-05-21 01:47:01 -070024endif
25endif
Chirayu Desai0a336cc2012-07-12 14:37:05 +053026
Daniel Hillenbrand601dc852013-07-07 10:06:59 +020027# Exynos 3
Chirayu Desai0a336cc2012-07-12 14:37:05 +053028ifeq ($(TARGET_BOARD_PLATFORM),s5pc110)
R. Andrew Ohana81c2e052012-10-03 19:52:52 -070029include $(SAM_ROOT)/s5pc110.mk
Chirayu Desai0a336cc2012-07-12 14:37:05 +053030endif
R. Andrew Ohana81c2e052012-10-03 19:52:52 -070031
Daniel Hillenbrand601dc852013-07-07 10:06:59 +020032# Wifi
R. Andrew Ohana81c2e052012-10-03 19:52:52 -070033ifeq ($(BOARD_HAVE_SAMSUNG_WIFI),true)
34include $(SAM_ROOT)/macloader/Android.mk
Andreas Schneider2140f1f2015-12-19 14:29:21 +010035include $(SAM_ROOT)/wifiloader/Android.mk
R. Andrew Ohana81c2e052012-10-03 19:52:52 -070036endif
Daniel Hillenbrand601dc852013-07-07 10:06:59 +020037
Nolen Johnson802fd002019-08-07 23:56:48 -040038# Loki
Nolen Johnsonc03534e2019-08-11 20:46:48 +000039ifeq ($(strip $(TARGET_NEEDS_LOKI)),true)
Nolen Johnson802fd002019-08-07 23:56:48 -040040include $(SAM_ROOT)/loki_tool/Android.mk
41endif
42
Daniel Hillenbrand601dc852013-07-07 10:06:59 +020043ifeq ($(BOARD_VENDOR),samsung)
deadman96385a6d5bd72016-03-21 14:21:38 -050044include $(SAM_ROOT)/AdvancedDisplay/Android.mk
Christopher N. Hesse297a6362017-01-28 12:40:45 +010045include $(SAM_ROOT)/audio/Android.mk
Patrick Lowerc8668b22015-05-11 16:14:17 -040046include $(SAM_ROOT)/doze/Android.mk
Christopher N. Hesse872abc62017-01-04 01:17:53 +010047include $(SAM_ROOT)/dtbhtool/Android.mk
Jan Altensen53afa332019-07-09 22:43:47 +020048include $(SAM_ROOT)/hidl/Android.mk
Christopher N. Hesse222cff02016-01-01 16:36:37 +010049include $(SAM_ROOT)/modemloader/Android.mk
Christopher N. Hesse65967302016-01-04 11:52:28 +010050include $(SAM_ROOT)/ril/Android.mk
Christopher N. Hesse222cff02016-01-01 16:36:37 +010051endif