diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-03-30 21:04:18 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-04-08 21:03:34 +0900 |
commit | ad4d1216f2c55439e9703de1515812c018984dca (patch) | |
tree | 4ffb45f499f57954802c2fae648198af404eaeb5 /drivers/memory/Makefile.asm-offsets | |
parent | a9a49c2ad9b9b8ee20668c15ca2b806dbed8ea40 (diff) | |
download | linux-next-ad4d1216f2c55439e9703de1515812c018984dca.tar.gz |
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>
Diffstat (limited to 'drivers/memory/Makefile.asm-offsets')
-rw-r--r-- | drivers/memory/Makefile.asm-offsets | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/memory/Makefile.asm-offsets b/drivers/memory/Makefile.asm-offsets deleted file mode 100644 index 0447e174c752..000000000000 --- a/drivers/memory/Makefile.asm-offsets +++ /dev/null @@ -1,4 +0,0 @@ -include/generated/ti-emif-asm-offsets.h: drivers/memory/emif-asm-offsets.s FORCE - $(call filechk,offsets,__TI_EMIF_ASM_OFFSETS_H__) - -targets += emif-asm-offsets.s |