diff options
| author | John W. Linville <linville@tuxdriver.com> | 2006-08-02 14:15:21 -0400 |
|---|---|---|
| committer | John W. Linville <linville@tuxdriver.com> | 2006-08-02 14:15:21 -0400 |
| commit | ebf572b448757190027d8ee34e73deb989ec7b60 (patch) | |
| tree | 2320a92b1aed2c9475e291d75c92616af75e195a /scripts/Kbuild.include | |
| parent | 48c86da1a211ef13bbfb1c8f2e35dda44a66b8a1 (diff) | |
| parent | 49b1e3ea19b1c95c2f012b8331ffb3b169e4c042 (diff) | |
Merge branch 'from-linus' into bcm43xx
Diffstat (limited to 'scripts/Kbuild.include')
| -rw-r--r-- | scripts/Kbuild.include | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index 2180c88cfe89..f01132263535 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include | |||
| @@ -85,6 +85,13 @@ cc-version = $(shell $(CONFIG_SHELL) $(srctree)/scripts/gcc-version.sh \ | |||
| 85 | cc-ifversion = $(shell if [ $(call cc-version, $(CC)) $(1) $(2) ]; then \ | 85 | cc-ifversion = $(shell if [ $(call cc-version, $(CC)) $(1) $(2) ]; then \ |
| 86 | echo $(3); fi;) | 86 | echo $(3); fi;) |
| 87 | 87 | ||
| 88 | # ld-option | ||
| 89 | # Usage: ldflags += $(call ld-option, -Wl$(comma)--hash-style=both) | ||
| 90 | ld-option = $(shell if $(CC) $(1) \ | ||
| 91 | -nostdlib -o ldtest$$$$.out -xc /dev/null \ | ||
| 92 | > /dev/null 2>&1; then echo "$(1)"; else echo "$(2)"; fi; \ | ||
| 93 | rm -f ldtest$$$$.out) | ||
| 94 | |||
| 88 | ### | 95 | ### |
| 89 | # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj= | 96 | # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj= |
| 90 | # Usage: | 97 | # Usage: |
