diff options
Diffstat (limited to 'roms/u-boot/arch/arm/mach-bcm283x/Makefile')
-rw-r--r-- | roms/u-boot/arch/arm/mach-bcm283x/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roms/u-boot/arch/arm/mach-bcm283x/Makefile b/roms/u-boot/arch/arm/mach-bcm283x/Makefile new file mode 100644 index 000000000..7cd068832 --- /dev/null +++ b/roms/u-boot/arch/arm/mach-bcm283x/Makefile @@ -0,0 +1,6 @@ +# 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 |