X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/17c7b6c3fdc48301e50d22cc6138ede16bd1be24..c708f2e19acaabe2dd7622e80e33558769c44f5b:/target/linux/adm5120/image/lzma-loader/src/Makefile diff --git a/target/linux/adm5120/image/lzma-loader/src/Makefile b/target/linux/adm5120/image/lzma-loader/src/Makefile index a553b7fde..aad845ae0 100644 --- a/target/linux/adm5120/image/lzma-loader/src/Makefile +++ b/target/linux/adm5120/image/lzma-loader/src/Makefile @@ -40,7 +40,7 @@ CFLAGS = -D__KERNEL__ -Wall -Wstrict-prototypes -Wno-trigraphs -Os \ -ffunction-sections -pipe -mlong-calls -fno-common \ -ffreestanding \ -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap -CFLAGS += -DLOADADDR=$(LOADADDR) +CFLAGS += -DLOADADDR=$(LOADADDR) -D_LZMA_PROB32 ASFLAGS = $(CFLAGS) -D__ASSEMBLY__ -DLZMA_STARTUP_ORG=$(LZMA_STARTUP_ORG)