X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fmips%2FMakefile;h=653befc1b1761fce59c053878806478c982556b9;hb=28bbbb9875a35975904e46f9b06fa689d051b290;hp=258234c35a096d7ac6ed32bbb6dbc0986fc3ea06;hpb=c99c4d0ca57c978dcc2a2f41ab8449684ea154cc;p=linux-2.6-microblaze.git diff --git a/arch/mips/Makefile b/arch/mips/Makefile index 258234c35a09..653befc1b176 100644 --- a/arch/mips/Makefile +++ b/arch/mips/Makefile @@ -321,7 +321,7 @@ KBUILD_LDFLAGS += -m $(ld-emul) ifdef CONFIG_MIPS CHECKFLAGS += $(shell $(CC) $(KBUILD_CFLAGS) -dM -E -x c /dev/null | \ - egrep -vw '__GNUC_(|MINOR_|PATCHLEVEL_)_' | \ + egrep -vw '__GNUC_(MINOR_|PATCHLEVEL_)?_' | \ sed -e "s/^\#define /-D'/" -e "s/ /'='/" -e "s/$$/'/" -e 's/\$$/&&/g') endif @@ -332,9 +332,6 @@ head-y := arch/mips/kernel/head.o libs-y += arch/mips/lib/ libs-$(CONFIG_MIPS_FP_SUPPORT) += arch/mips/math-emu/ -# See arch/mips/Kbuild for content of core part of the kernel -core-y += arch/mips/ - drivers-y += arch/mips/crypto/ # suspend and hibernation support