diff options
Diffstat (limited to 'arch/arm/mach-bcm283x/Makefile')
-rw-r--r-- | arch/arm/mach-bcm283x/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm283x/Makefile b/arch/arm/mach-bcm283x/Makefile new file mode 100644 index 0000000000..2505428bab --- /dev/null +++ b/arch/arm/mach-bcm283x/Makefile @@ -0,0 +1,8 @@ +# +# (C) Copyright 2012 Stephen Warren +# +# SPDX-License-Identifier: GPL-2.0 +# + +obj-$(CONFIG_TARGET_RPI) += lowlevel_init.o +obj-y += init.o reset.o timer.o mbox.o |