summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcm283x/Makefile
blob: 38e320307d9ac02935f2d45e8608e8c74a554a55 (plain)
1
2
3
4
5
6
7
8
9
10
# 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