diff options
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/ubifs/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/ubifs/Makefile b/fs/ubifs/Makefile index 389b0e37e..5682b1691 100644 --- a/fs/ubifs/Makefile +++ b/fs/ubifs/Makefile @@ -15,4 +15,4 @@ obj-y += tnc.o tnc_misc.o debug.o crc16.o budget.o  obj-y += log.o orphan.o recovery.o replay.o  # SEE README.arm-unaligned-accesses -$(obj)super.o: CFLAGS += $(PLATFORM_NO_UNALIGNED) +$(obj)/super.o: CFLAGS += $(PLATFORM_NO_UNALIGNED) |