Skip to content

Commit

Permalink
h8300: change to new flag variable
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mfmooney authored and michal42 committed Mar 17, 2011
1 parent 21f0b31 commit 6ae8f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/h8300/boot/compressed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6ae8f8b

Please sign in to comment.