diff options
Diffstat (limited to 'target/linux/lantiq/Makefile')
-rw-r--r-- | target/linux/lantiq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 25fea54080..94b506d4ee 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -13,7 +13,7 @@ SUBTARGETS=xway ase falcon LINUX_VERSION:=3.8.13 -CFLAGS=-Os -pipe -mips32r2 -fno-caller-saves -mno-branch-likely +CFLAGS=-Os -pipe -mips32r2 -mno-branch-likely define Target/Description Build firmware images for Lantiq SoC |