forked from rrcarlosr/Jetpack
9 lines
161 B
Makefile
9 lines
161 B
Makefile
#
|
|
# (C) Copyright 2012 Stephen Warren
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
|
|
obj-$(CONFIG_BCM2835) += lowlevel_init.o
|
|
obj-y += init.o reset.o mbox.o phys2bus.o
|