rk: sram: build sram.c use Thumb instruction set

This commit is contained in:
黄涛
2012-08-08 20:02:22 +08:00
parent 63a3712679
commit 1a943c63b5

View File

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