GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / cfe / cfe / arch / arm / cpu / armv7 / src / Makefile
blob87ec99f4306343e46a4bf0a22c18df7b560f3506
1 ALLOBJS += armv7_arena.o l2cache.o
3 # arm architecture
4 CFLAGS += -DCONFIG_ARM -marm -mabi=aapcs-linux -mno-thumb-interwork
6 # thumb will hang at ddr_init
7 CFLAGS += -fno-common -ffixed-r8 -msoft-float -march=armv6k
8 CFLAGS += -D__ARM_ARCH_7A__