summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-22 18:50:33 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-12-23 10:12:03 +0900
commit4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0 (patch)
treef925d99fbba9a000cbc7a4bef611993b27d27f76 /arch/arm/mach-at91
parent3470d9eb638722212ac44787eaf13486823fa011 (diff)
downloadlinux-0-day-4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0.tar.gz
linux-0-day-4d4b5c2e3b6e6137c36cc13fe0d03404205afbd0.tar.xz
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/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile
index 7415f181907b8..f87066b60836d 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__)