Home | History | Annotate | Download | only in mach-bcm283x
      1 # SPDX-License-Identifier: GPL-2.0
      2 #
      3 # (C) Copyright 2012 Stephen Warren
      4 
      5 obj-$(CONFIG_BCM2835) += lowlevel_init.o
      6 obj-y	+= init.o reset.o mbox.o msg.o phys2bus.o
      7