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