diff options
author | Chris Zankel <czankel@speedy.(none)> | 2010-08-03 00:38:00 -0700 |
---|---|---|
committer | Chris Zankel <czankel@speedy.(none)> | 2010-08-03 00:38:00 -0700 |
commit | 66630f71e23a3b5fe778d38aea2f0c6d017602bf (patch) | |
tree | 4aa52e15d68ce870fc8e7dbc140eeb16cd99ef79 /arch/xtensa/Makefile | |
parent | 9fe6206f400646a2322096b56c59891d530e8d51 (diff) | |
parent | ecd53497b706b235a10c70d4fc639768d7235c5f (diff) | |
download | op-kernel-dev-66630f71e23a3b5fe778d38aea2f0c6d017602bf.zip op-kernel-dev-66630f71e23a3b5fe778d38aea2f0c6d017602bf.tar.gz |
Merge remote branch 'origin/master'
Diffstat (limited to 'arch/xtensa/Makefile')
-rw-r--r-- | arch/xtensa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile index 4caffac..7608559 100644 --- a/arch/xtensa/Makefile +++ b/arch/xtensa/Makefile @@ -35,6 +35,8 @@ KBUILD_CFLAGS += -ffreestanding KBUILD_CFLAGS += -pipe -mlongcalls +KBUILD_CFLAGS += $(call cc-option,-mforce-no-pic,) + vardirs := $(patsubst %,arch/xtensa/variants/%/,$(variant-y)) plfdirs := $(patsubst %,arch/xtensa/platforms/%/,$(platform-y)) |