diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2011-11-16 02:31:48 +0400 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2012-05-23 03:44:43 +0400 |
commit | 5042ab91c4272e158748180ae70a2e097f9e90e3 (patch) | |
tree | 4afd5cd85242a93355dfa8b8e043c464845f9d51 /arch/hexagon/Makefile | |
parent | 393a86af71b5bc6b11eac8e1594fb8be4c2ce84c (diff) | |
download | linux-5042ab91c4272e158748180ae70a2e097f9e90e3.tar.xz |
various Kconfig cleanup and old platform build code removal
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon/Makefile')
-rw-r--r-- | arch/hexagon/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/hexagon/Makefile b/arch/hexagon/Makefile index e27d030846ae..d00d900b2566 100644 --- a/arch/hexagon/Makefile +++ b/arch/hexagon/Makefile @@ -50,8 +50,3 @@ head-y := arch/hexagon/kernel/head.o core-y += arch/hexagon/kernel/ \ arch/hexagon/mm/ \ arch/hexagon/lib/ - -# arch/hexagon/platform/common/ -# -#core-$(CONFIG_HEXAGON_COMET) += arch/hexagon/platform/comet/ -#machine-$(CONFIG_HEXAGON_COMET) := comet |