mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
66206536fe
Simplified arch/arm/Makefile by dropping the maketools target It was undocumented and not needed Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: Russell King <linux@arm.linux.org.uk> Signed-off-by: Michal Marek <mmarek@suse.cz>
11 lines
243 B
Makefile
11 lines
243 B
Makefile
#
|
|
# linux/arch/arm/tools/Makefile
|
|
#
|
|
# Copyright (C) 2001 Russell King
|
|
#
|
|
|
|
include/generated/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
|
|
@echo ' Generating $@'
|
|
@mkdir -p $(dir $@)
|
|
$(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
|