[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / arch / arm / tools

File: [Development] / linux-2.6-xfs / arch / arm / tools / Makefile (download)

Revision 1.2, Tue May 11 05:57:47 2004 UTC (13 years, 5 months ago) by nathans
Branch: MAIN
Changes since 1.1: +2 -2 lines

Merge up to 2.6.6

#
# 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; }