diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/lib/Makefile b/lib/Makefile index a099885f7..e44e04523 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -83,6 +83,9 @@ OBJS	:= $(addprefix $(obj),$(COBJS))  $(LIB):	$(obj).depend $(OBJS)  	$(call cmd_link_o_target, $(OBJS)) +# SEE README.arm-unaligned-accesses +$(obj)bzlib.o: CFLAGS += $(PLATFORM_NO_UNALIGNED) +  #########################################################################  # defines $(obj).depend target |