projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[S390] disassembler: Remove redundant variable assignment
[linux-2.6]
/
arch
/
avr32
/
Makefile
diff --git
a/arch/avr32/Makefile
b/arch/avr32/Makefile
index
6115fc1
..
dc6bc01
100644
(file)
--- a/
arch/avr32/Makefile
+++ b/
arch/avr32/Makefile
@@
-16,7
+16,7
@@
AFLAGS += -mrelax -mno-pic
CFLAGS_MODULE += -mno-relax
LDFLAGS_vmlinux += --relax
-cpuflags-$(CONFIG_CPU_A
P7000)
+= -mcpu=ap7000
+cpuflags-$(CONFIG_CPU_A
T32AP7000)
+= -mcpu=ap7000
CFLAGS += $(cpuflags-y)
AFLAGS += $(cpuflags-y)