rk3188: pm.c build use Thumb instruction set

This commit is contained in:
黄涛
2013-01-30 19:44:32 +08:00
parent 97faa43b5e
commit 7fb92945bc

View File

@@ -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)