diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-02 19:36:14 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-07 09:54:39 +0100 |
commit | f44f82e8a20b98558486eb14497b2f71c78fa325 (patch) | |
tree | 4fcbd691d4c75b4ec89e8082e742294f4a5fa3ee /arch/arm/tools | |
parent | be509729356b7433f73df2b9a966674a437fbbc1 (diff) |
[ARM] Add support for arch/arm/mach-*/include and arch/arm/plat-*/include
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/tools')
-rw-r--r-- | arch/arm/tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/tools/Makefile b/arch/arm/tools/Makefile index c2a4993a724c..1dbaa29ac4d7 100644 --- a/arch/arm/tools/Makefile +++ b/arch/arm/tools/Makefile @@ -6,4 +6,5 @@ include/asm-arm/mach-types.h: $(src)/gen-mach-types $(src)/mach-types @echo ' Generating $@' + @mkdir -p $(dir $@) $(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; } |