aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-03-30 08:04:18 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-04-08 08:03:34 -0400
commitad4d1216f2c55439e9703de1515812c018984dca (patch)
tree4ffb45f499f57954802c2fae648198af404eaeb5 /drivers/memory
parenta9a49c2ad9b9b8ee20668c15ca2b806dbed8ea40 (diff)
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')
-rw-r--r--drivers/memory/Makefile7
-rw-r--r--drivers/memory/Makefile.asm-offsets4
2 files changed, 5 insertions, 6 deletions
diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile
index 90161dec6fa5..91ae4eb0e913 100644
--- a/drivers/memory/Makefile
+++ b/drivers/memory/Makefile
@@ -28,6 +28,9 @@ ti-emif-sram-objs := ti-emif-pm.o ti-emif-sram-pm.o
28 28
29AFLAGS_ti-emif-sram-pm.o :=-Wa,-march=armv7-a 29AFLAGS_ti-emif-sram-pm.o :=-Wa,-march=armv7-a
30 30
31include drivers/memory/Makefile.asm-offsets
32
33drivers/memory/ti-emif-sram-pm.o: include/generated/ti-emif-asm-offsets.h 31drivers/memory/ti-emif-sram-pm.o: include/generated/ti-emif-asm-offsets.h
32
33include/generated/ti-emif-asm-offsets.h: drivers/memory/emif-asm-offsets.s FORCE
34 $(call filechk,offsets,__TI_EMIF_ASM_OFFSETS_H__)
35
36targets += emif-asm-offsets.s
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 @@
1include/generated/ti-emif-asm-offsets.h: drivers/memory/emif-asm-offsets.s FORCE
2 $(call filechk,offsets,__TI_EMIF_ASM_OFFSETS_H__)
3
4targets += emif-asm-offsets.s