Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

memory: squash drivers/memory/Makefile.asm-offsets

drivers/memory/Makefile.asm-offsets is small enough, and included
from a single place.

Squash it into drivers/memory/Makefile.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

+5 -6
+5 -2
drivers/memory/Makefile
··· 28 28 29 29 AFLAGS_ti-emif-sram-pm.o :=-Wa,-march=armv7-a 30 30 31 - include drivers/memory/Makefile.asm-offsets 32 - 33 31 drivers/memory/ti-emif-sram-pm.o: include/generated/ti-emif-asm-offsets.h 32 + 33 + include/generated/ti-emif-asm-offsets.h: drivers/memory/emif-asm-offsets.s FORCE 34 + $(call filechk,offsets,__TI_EMIF_ASM_OFFSETS_H__) 35 + 36 + targets += emif-asm-offsets.s
-4
drivers/memory/Makefile.asm-offsets
··· 1 - include/generated/ti-emif-asm-offsets.h: drivers/memory/emif-asm-offsets.s FORCE 2 - $(call filechk,offsets,__TI_EMIF_ASM_OFFSETS_H__) 3 - 4 - targets += emif-asm-offsets.s