summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/Makefile
diff options
context:
space:
mode:
authorMichal Simek <monstr@monstr.eu>2009-04-20 09:56:24 +0200
committerMichal Simek <monstr@monstr.eu>2009-04-23 16:09:18 +0200
commit04e3a553e0cbed369e5649c472ac317b6c45215d (patch)
tree67add8c5722e51251a44e35668c6f776df91aad0 /arch/microblaze/Makefile
parent6714fcc34e1bcf247fe542ebdea36b699ff8e2b8 (diff)
downloadlinux-0-day-04e3a553e0cbed369e5649c472ac317b6c45215d.tar.gz
linux-0-day-04e3a553e0cbed369e5649c472ac317b6c45215d.tar.xz
microblaze: Correspond CONFIG...PCMP in Makefile/Kconfig
Makefile contained different cpu config flag than is in Kconfig.auto in platform folder Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/Makefile')
-rw-r--r--arch/microblaze/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile
index 0dcbb9832974f..ee302f9f588d9 100644
--- a/arch/microblaze/Makefile
+++ b/arch/microblaze/Makefile
@@ -26,7 +26,7 @@ ifeq (,$(findstring spartan2,$(CONFIG_XILINX_MICROBLAZE0_FAMILY)))
endif
CPUFLAGS-$(CONFIG_XILINX_MICROBLAZE0_USE_DIV) += -mno-xl-soft-div
CPUFLAGS-$(CONFIG_XILINX_MICROBLAZE0_USE_BARREL) += -mxl-barrel-shift
-CPUFLAGS-$(CONFIG_XILINX_MICROBLAZE0_USE_PCMP) += -mxl-pattern-compare
+CPUFLAGS-$(CONFIG_XILINX_MICROBLAZE0_USE_PCMP_INSTR) += -mxl-pattern-compare
CPUFLAGS-1 += $(call cc-option,-mcpu=v$(CPU_VER))