diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-22 10:50:33 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-12-23 02:12:03 +0100 |
commit | 4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0 (patch) | |
tree | f925d99fbba9a000cbc7a4bef611993b27d27f76 /arch/arm/mach-at91 | |
parent | firmware: refactor firmware/Makefile (diff) | |
download | linux-4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0.tar.xz linux-4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0.zip |
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 'arch/arm/mach-at91')
-rw-r--r-- | arch/arm/mach-at91/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile index 7415f181907b..f87066b60836 100644 --- a/arch/arm/mach-at91/Makefile +++ b/arch/arm/mach-at91/Makefile @@ -19,9 +19,6 @@ ifeq ($(CONFIG_PM_DEBUG),y) CFLAGS_pm.o += -DDEBUG endif -arch/arm/mach-at91/pm_data-offsets.s: arch/arm/mach-at91/pm_data-offsets.c - $(call if_changed_dep,cc_s_c) - include/generated/at91_pm_data-offsets.h: arch/arm/mach-at91/pm_data-offsets.s FORCE $(call filechk,offsets,__PM_DATA_OFFSETS_H__) |