1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#
# Copyright 2014, General Dynamics C4 Systems
#
# This software may be distributed and modified according to the terms of
# the GNU General Public License version 2. Note that NO WARRANTY is provided.
# See "LICENSE_GPLv2.txt" for details.
#
# @TAG(GD_GPL)
#
DIRECTORIES +=
ARCH_C_SOURCES +=
ARCH_C_SOURCES +=
ARCH_C_SOURCES +=
# if exynos4412 has MPCORE peripherals, then
# samsung has NOT documented their location
else
ARCH_C_SOURCES +=
endif
endif
# A15 uses the gic_pl400 which is an extention of pl390
ARCH_C_SOURCES +=
endif
ARCH_C_SOURCES +=
endif