projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21f0b31
)
h8300: change to new flag variable
author
matt mooney
<mfm@muteddisk.com>
Fri, 14 Jan 2011 14:12:27 +0000
(06:12 -0800)
committer
Michal Marek
<mmarek@suse.cz>
Thu, 17 Mar 2011 13:02:55 +0000
(14:02 +0100)
Replace EXTRA_AFLAGS with asflags-y.
Signed-off-by: matt mooney <mfm@muteddisk.com>
Acked-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
arch/h8300/boot/compressed/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/h8300/boot/compressed/Makefile
b/arch/h8300/boot/compressed/Makefile
index d6189e057ed354804f04822ee78e73f2e069b827..6745cb1ffb4f71340f50a3710f9f8ec9bc2c840e 100644
(file)
--- a/
arch/h8300/boot/compressed/Makefile
+++ b/
arch/h8300/boot/compressed/Makefile
@@
-5,7
+5,7
@@
#
targets := vmlinux vmlinux.bin vmlinux.bin.gz head.o misc.o piggy.o
-
EXTRA_AFLAGS
:= -traditional
+
asflags-y
:= -traditional
OBJECTS = $(obj)/head.o $(obj)/misc.o