mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
scm: qcom: Moving smc calls to common folder
SMC calls are common for IPQ807x, IPQ40xx hence moving it to common folder Change-Id: I3d6564ad51ebe396f85cedbf41374374f40865c6 Signed-off-by: Manoharan Vijaya Raghavan <mraghava@codeaurora.org>
This commit is contained in:
parent
184e49acc6
commit
f3c9b9f060
4 changed files with 1 additions and 1 deletions
|
|
@ -2,3 +2,4 @@ ccflags-y += -I$(srctree)/board/qca/ipq40xx/
|
|||
|
||||
obj-y := smem.o
|
||||
obj-y += timer.o
|
||||
obj-y += scm.o
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
ccflags-y += -I$(srctree)/board/qca/ipq40xx/
|
||||
|
||||
obj-y += gpio.o
|
||||
obj-y += scm.o
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue