diff options
author | Magnus Damm <damm+renesas@opensource.se> | 2015-01-26 07:19:51 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-02-23 22:45:25 +0100 |
commit | c6535e1e0361157ea073b57b626d0611b7c4c7a0 (patch) | |
tree | 487f7731c53f692664e7b1dbc2b344c61c2f6476 /Documentation/arm/SH-Mobile/Makefile | |
parent | ARM: shmobile: sh7372 dtsi: Remove Legacy DTSI file (diff) | |
download | linux-c6535e1e0361157ea073b57b626d0611b7c4c7a0.tar.xz linux-c6535e1e0361157ea073b57b626d0611b7c4c7a0.zip |
Documentation: Remove ZBOOT MMC/SDHI utility and docs
Remove ZBOOT MMC/SDHI Documentation for sh7372 together
wit the vrl4 utility. Without sh7372 and Mackerel support
these files are no longer useful.
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'Documentation/arm/SH-Mobile/Makefile')
-rw-r--r-- | Documentation/arm/SH-Mobile/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/arm/SH-Mobile/Makefile b/Documentation/arm/SH-Mobile/Makefile deleted file mode 100644 index bca8a7ef6bbe..000000000000 --- a/Documentation/arm/SH-Mobile/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# List of programs to build -hostprogs-y := vrl4 - -# Tell kbuild to always build the programs -always := $(hostprogs-y) - -HOSTCFLAGS_vrl4.o += -I$(objtree)/usr/include -I$(srctree)/tools/include |