swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 427abfa28afedffadfca9dd8b067eb6d36bac53f authored by Linus Torvalds on 18 June 2006, 01:49:35 UTC
Linux v2.6.17
Tip revision: 427abfa
Makefile
#
# linux/arch/arm/tools/Makefile
#
# Copyright (C) 2001 Russell King
#

include/asm-arm/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
	@echo '  Generating $@'
	$(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
back to top