projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63a3712
)
rk: sram: build sram.c use Thumb instruction set
author
黄涛
<huangtao@rock-chips.com>
Wed, 8 Aug 2012 12:02:22 +0000
(20:02 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Wed, 8 Aug 2012 12:02:22 +0000
(20:02 +0800)
arch/arm/plat-rk/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/plat-rk/Makefile
b/arch/arm/plat-rk/Makefile
index bc9832edc8e06aa66b763fe03a4b71fb346ca88d..acd4bff21f16443f423cffc61b06032638855e08 100644
(file)
--- a/
arch/arm/plat-rk/Makefile
+++ b/
arch/arm/plat-rk/Makefile
@@
-7,4
+7,5
@@
obj-$(CONFIG_FIQ_DEBUGGER) += rk_fiq_debugger.o
obj-$(CONFIG_RK_EARLY_PRINTK) += early_printk.o ../kernel/debug.o
obj-y += mem_reserve.o
obj-y += sram.o
+CFLAGS_sram.o += -Os -mthumb
obj-$(CONFIG_DDR_TEST) += memtester.o