Skip to content

Commit

Permalink
use cc-option for -finline-functions
Browse files Browse the repository at this point in the history
clang doesn't support -finline-functions yet, just the various -O levels.
  • Loading branch information
edwintorok committed Apr 13, 2011
1 parent e0ac26e commit 99603bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/ncpfs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ncpfs-$(CONFIG_NCPFS_NFS_NS) += symlink.o
# If you want debugging output, please uncomment the following line
# EXTRA_CFLAGS += -DDEBUG_NCP=1

CFLAGS_ncplib_kernel.o := -finline-functions
CFLAGS_ncplib_kernel.o := $(call cc-option, -finline-functions)

0 comments on commit 99603bb

Please sign in to comment.