2018-05-06 21:58:06 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
2012-08-05 16:07:21 +00:00
|
|
|
#
|
2015-02-16 19:16:13 +00:00
|
|
|
# (C) Copyright 2012 Stephen Warren
|
2012-08-05 16:07:21 +00:00
|
|
|
|
2016-04-05 02:00:41 +00:00
|
|
|
obj-$(CONFIG_BCM2835) += lowlevel_init.o
|
2017-04-05 22:23:36 +00:00
|
|
|
obj-y += init.o reset.o mbox.o msg.o phys2bus.o
|