codeworkx | f1be2fe | 2012-03-24 17:38:29 +0100 | [diff] [blame] | 1 | # 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 | |
| 15 | ifeq ($(TARGET_BOARD_PLATFORM),exynos4) |
codeworkx | 62f02ba | 2012-05-20 12:00:36 +0200 | [diff] [blame] | 16 | ifeq ($(TARGET_SOC),exynos4210) |
codeworkx | f1be2fe | 2012-03-24 17:38:29 +0100 | [diff] [blame] | 17 | |
codeworkx | 62f02ba | 2012-05-20 12:00:36 +0200 | [diff] [blame] | 18 | include $(TARGET_HAL_PATH)/Android.mk |
R. Andrew Ohana | 81c2e05 | 2012-10-03 19:52:52 -0700 | [diff] [blame] | 19 | include $(SAM_ROOT)/exynos/multimedia/Android.mk |
| 20 | include $(SAM_ROOT)/exynos4/exynos4210/Android.mk |
codeworkx | f1be2fe | 2012-03-24 17:38:29 +0100 | [diff] [blame] | 21 | |
Qaweck | 20dd0df | 2013-07-22 20:31:23 +0200 | [diff] [blame] | 22 | #NFC |
| 23 | ifeq ($(BOARD_HAVE_NFC),true) |
| 24 | include $(SAM_ROOT)/exynos4/nfc/Android.mk |
| 25 | endif |
| 26 | |
codeworkx | 62f02ba | 2012-05-20 12:00:36 +0200 | [diff] [blame] | 27 | endif |
codeworkx | f1be2fe | 2012-03-24 17:38:29 +0100 | [diff] [blame] | 28 | endif |