diff options
| author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-22 04:50:33 -0500 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-22 20:12:03 -0500 |
| commit | 4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0 (patch) | |
| tree | f925d99fbba9a000cbc7a4bef611993b27d27f76 /drivers/memory | |
| parent | 3470d9eb638722212ac44787eaf13486823fa011 (diff) | |
treewide: remove explicit rules for *offsets.s
These explicit rules are unneeded because scripts/Makefile.build
provides a pattern rule to create %.s from %.c
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'drivers/memory')
| -rw-r--r-- | drivers/memory/Makefile.asm-offsets | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/memory/Makefile.asm-offsets b/drivers/memory/Makefile.asm-offsets index 843ff60ccb5a..f968dfa71d8e 100644 --- a/drivers/memory/Makefile.asm-offsets +++ b/drivers/memory/Makefile.asm-offsets | |||
| @@ -1,5 +1,2 @@ | |||
| 1 | drivers/memory/emif-asm-offsets.s: drivers/memory/emif-asm-offsets.c | ||
| 2 | $(call if_changed_dep,cc_s_c) | ||
| 3 | |||
| 4 | include/generated/ti-emif-asm-offsets.h: drivers/memory/emif-asm-offsets.s FORCE | 1 | include/generated/ti-emif-asm-offsets.h: drivers/memory/emif-asm-offsets.s FORCE |
| 5 | $(call filechk,offsets,__TI_EMIF_ASM_OFFSETS_H__) | 2 | $(call filechk,offsets,__TI_EMIF_ASM_OFFSETS_H__) |
