Commit 6ae8f8b8 authored by matt mooney's avatar matt mooney Committed by Michal Marek

h8300: change to new flag variable

Replace EXTRA_AFLAGS with asflags-y.
Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Acked-by: default avatarWANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 21f0b311
......@@ -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
......
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