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:
97faa43
)
rk3188: pm.c build use Thumb instruction set
author
黄涛
<huangtao@rock-chips.com>
Wed, 30 Jan 2013 11:44:32 +0000
(19:44 +0800)
committer
黄涛
<huangtao@rock-chips.com>
Wed, 30 Jan 2013 11:44:32 +0000
(19:44 +0800)
arch/arm/mach-rk3188/Makefile
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rk3188/Makefile
b/arch/arm/mach-rk3188/Makefile
index 236b2879e4180fbc35c3a90cf59c44b4e691a9c5..960db7019c9c229d5a401e2457a2e4b78baf94f3 100644
(file)
--- a/
arch/arm/mach-rk3188/Makefile
+++ b/
arch/arm/mach-rk3188/Makefile
@@
-7,6
+7,7
@@
CFLAGS_ddr.o += -mthumb
obj-y += ../mach-rk30/pmu.o
obj-y += ../mach-rk30/reset.o
obj-$(CONFIG_PM) += ../mach-rk30/pm.o
+CFLAGS_pm.o += -mthumb
endif
obj-y += ../mach-rk30/common.o
CFLAGS_common.o += -DTEXT_OFFSET=$(TEXT_OFFSET)