blob: 38e320307d9ac02935f2d45e8608e8c74a554a55 [file] [log] [blame]
# 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
ifeq ($(CONFIG_GENERATE_ACPI_TABLE),y)
obj-$(CONFIG_BCM2711) += bcm2711_acpi.o
endif