]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/Makefile
[PATCH] Pass struct dev pointer to dma_cache_sync()
[linux-2.6-omap-h63xx.git] / arch / mips / Makefile
index d580d46f967b29c4c033856e2da5ff49a8fe0fd9..641aa30b36385a6860f304709d82b5ab7871345a 100644 (file)
@@ -63,9 +63,7 @@ cflags-y              += -mabi=64
 ifdef CONFIG_BUILD_ELF64
 cflags-y               += $(call cc-option,-mno-explicit-relocs)
 else
-# -msym32 can not be used for modules since they are loaded into XKSEG
-CFLAGS_MODULE          += $(call cc-option,-mno-explicit-relocs)
-CFLAGS_KERNEL          += $(call cc-option,-msym32)
+cflags-y               += $(call cc-option,-msym32)
 endif
 endif