diff --git a/[refs] b/[refs] index 5376697df3a6..73416282647e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4d0145a7deab4027a0f0a7de74c2d103b8f029cf +refs/heads/master: ae67cd643e9e64217fd92457324625c67fec6e35 diff --git a/trunk/Makefile b/trunk/Makefile index fad349724e99..1fdace757e15 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -281,7 +281,7 @@ export quiet Q KBUILD_VERBOSE # See documentation in Documentation/kbuild/makefiles.txt # cc-option -# Usage: cflags-y += $(call gcc-option, -march=winchip-c6, -march=i586) +# Usage: cflags-y += $(call cc-option, -march=winchip-c6, -march=i586) cc-option = $(shell if $(CC) $(CFLAGS) $(1) -S -o /dev/null -xc /dev/null \ > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi ;)