diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2011-11-15 23:31:48 +0100 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2012-05-23 01:44:43 +0200 |
commit | 5042ab91c4272e158748180ae70a2e097f9e90e3 (patch) | |
tree | 4afd5cd85242a93355dfa8b8e043c464845f9d51 /arch/hexagon/Makefile | |
parent | hexagon/mm/vm_fault.c: Port OOM changes to do_page_fault (diff) | |
download | linux-5042ab91c4272e158748180ae70a2e097f9e90e3.tar.xz linux-5042ab91c4272e158748180ae70a2e097f9e90e3.zip |
various Kconfig cleanup and old platform build code removal
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to '')
-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 |