projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
516c8be
)
[POWERPC] ppc: Use ebony_defconfig for defconfig
author
Segher Boessenkool
<segher@kernel.crashing.org>
Tue, 6 May 2008 22:58:48 +0000
(08:58 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 12 May 2008 10:27:50 +0000
(20:27 +1000)
We used to use common_defconfig, but it was removed some time ago.
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/Makefile
patch
|
blob
|
history
diff --git
a/arch/ppc/Makefile
b/arch/ppc/Makefile
index 8df7f0e4c3a62ee245ca120355c3545d944d793f..2352d139b262bd378434987782bf1c5b0592404c 100644
(file)
--- a/
arch/ppc/Makefile
+++ b/
arch/ppc/Makefile
@@
-43,7
+43,7
@@
KBUILD_AFLAGS += $(cpu-as-y)
KBUILD_CFLAGS += $(cpu-as-y)
# Default to the common case.
-KBUILD_DEFCONFIG :=
common
_defconfig
+KBUILD_DEFCONFIG :=
ebony
_defconfig
head-y := arch/ppc/kernel/head.o
head-$(CONFIG_8xx) := arch/ppc/kernel/head_8xx.o