diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2014-02-20 16:16:11 -0800 |
---|---|---|
committer | Stephen Warren <swarren@wwwdotorg.org> | 2014-02-24 19:42:35 -0700 |
commit | d30fe6272183f3cc8b9f3f111cd36271332e4cec (patch) | |
tree | b687736f4e0c2fc441c40db4dc917c7b1e47730c /arch/arm/mach-bcm2835/Makefile | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) | |
download | linux-d30fe6272183f3cc8b9f3f111cd36271332e4cec.tar.gz linux-d30fe6272183f3cc8b9f3f111cd36271332e4cec.tar.bz2 linux-d30fe6272183f3cc8b9f3f111cd36271332e4cec.zip |
ARM: bcm2835: Move to mach-bcm directory
Move the bcm2835 board file into the mach-bcm directory. This allows us
to get rid of the mach-bcm2835 directory with the associated Kconfig
and Makefile.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
[swarren, adjust defconfig so ARCH_BCM2835 still gets enabled]
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'arch/arm/mach-bcm2835/Makefile')
-rw-r--r-- | arch/arm/mach-bcm2835/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-bcm2835/Makefile b/arch/arm/mach-bcm2835/Makefile deleted file mode 100644 index 4c3892fe02c3..000000000000 --- a/arch/arm/mach-bcm2835/Makefile +++ /dev/null @@ -1 +0,0 @@ -obj-y += bcm2835.o |