diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-22 18:50:34 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-23 10:12:08 +0900 |
commit | 2c667d77fc02dd453c49b9c29d08a8bb55d60ebe (patch) | |
tree | 64f046796fcf8638d4e9c672a797cd31d18cf22f /arch/arm/mach-omap2/Makefile | |
parent | 4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0 (diff) | |
download | linux-2c667d77fc02dd453c49b9c29d08a8bb55d60ebe.tar.bz2 |
treewide: add intermediate .s files to targets
Avoid unneeded recreation of these in the incremental build.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r-- | arch/arm/mach-omap2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile index 55c482c2bab1..4afdf56964c9 100644 --- a/arch/arm/mach-omap2/Makefile +++ b/arch/arm/mach-omap2/Makefile @@ -240,3 +240,5 @@ include/generated/ti-pm-asm-offsets.h: arch/arm/mach-omap2/pm-asm-offsets.s FORC $(call filechk,offsets,__TI_PM_ASM_OFFSETS_H__) $(obj)/sleep33xx.o $(obj)/sleep43xx.o: include/generated/ti-pm-asm-offsets.h + +targets += pm-asm-offsets.s |