|
@@ -19,31 +19,6 @@ ifeq ($(CONFIG_PM_DEBUG),y)
|
|
|
CFLAGS_pm.o += -DDEBUG
|
|
|
endif
|
|
|
|
|
|
-# Default sed regexp - multiline due to syntax constraints
|
|
|
-define sed-y
|
|
|
- "/^->/{s:->#\(.*\):/* \1 */:; \
|
|
|
- s:^->\([^ ]*\) [\$$#]*\([-0-9]*\) \(.*\):#define \1 \2 /* \3 */:; \
|
|
|
- s:^->\([^ ]*\) [\$$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; \
|
|
|
- s:->::; p;}"
|
|
|
-endef
|
|
|
-
|
|
|
-# Use filechk to avoid rebuilds when a header changes, but the resulting file
|
|
|
-# does not
|
|
|
-define filechk_offsets
|
|
|
- (set -e; \
|
|
|
- echo "#ifndef $2"; \
|
|
|
- echo "#define $2"; \
|
|
|
- echo "/*"; \
|
|
|
- echo " * DO NOT MODIFY."; \
|
|
|
- echo " *"; \
|
|
|
- echo " * This file was generated by Kbuild"; \
|
|
|
- echo " */"; \
|
|
|
- echo ""; \
|
|
|
- sed -ne $(sed-y); \
|
|
|
- echo ""; \
|
|
|
- echo "#endif" )
|
|
|
-endef
|
|
|
-
|
|
|
arch/arm/mach-at91/pm_data-offsets.s: arch/arm/mach-at91/pm_data-offsets.c
|
|
|
$(call if_changed_dep,cc_s_c)
|
|
|
|