6 lines
163 B
Makefile
6 lines
163 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# (C) Copyright 2012 Stephen Warren
|
|
|
|
obj-$(CONFIG_BCM2835) += lowlevel_init.o
|
|
obj-y += init.o reset.o mbox.o msg.o phys2bus.o
|