diff options
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r-- | arch/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile index 6f8e84c1c1f2..9791d870ae71 100644 --- a/arch/arm/Makefile +++ b/arch/arm/Makefile | |||
@@ -175,7 +175,7 @@ boot := arch/arm/boot | |||
175 | # them changed. We use .arch to indicate when they were updated | 175 | # them changed. We use .arch to indicate when they were updated |
176 | # last, otherwise make uses the target directory mtime. | 176 | # last, otherwise make uses the target directory mtime. |
177 | 177 | ||
178 | include/asm-arm/.arch: $(wildcard include/config/arch/*.h) include/config/MARKER | 178 | include/asm-arm/.arch: $(wildcard include/config/arch/*.h) include/config/auto.conf |
179 | @echo ' SYMLINK include/asm-arm/arch -> include/asm-arm/$(INCDIR)' | 179 | @echo ' SYMLINK include/asm-arm/arch -> include/asm-arm/$(INCDIR)' |
180 | ifneq ($(KBUILD_SRC),) | 180 | ifneq ($(KBUILD_SRC),) |
181 | $(Q)mkdir -p include/asm-arm | 181 | $(Q)mkdir -p include/asm-arm |