Commit 05178dd5 authored by Linus Torvalds's avatar Linus Torvalds

Fix broken whitespacing in PPC Makefile

parent 80bf8e05
...@@ -53,8 +53,7 @@ else ...@@ -53,8 +53,7 @@ else
endif endif
endif endif
core-y += arch/ppc/kernel/ arch/ppc/platforms/ core-y += arch/ppc/kernel/ arch/ppc/platforms/ arch/ppc/mm/ arch/ppc/lib/
arch/ppc/mm/ arch/ppc/lib/
core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/ core-$(CONFIG_MATH_EMULATION) += arch/ppc/math-emu/
core-$(CONFIG_XMON) += arch/ppc/xmon/ core-$(CONFIG_XMON) += arch/ppc/xmon/
core-$(CONFIG_APUS) += arch/ppc/amiga/ core-$(CONFIG_APUS) += arch/ppc/amiga/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment