[ARM] 5590/1: Add basic support for ST Nomadik 8815 SoC and evaluation board
[deliverable/linux.git] / arch / arm / tools / Makefile
CommitLineData
1da177e4
LT
1#
2# linux/arch/arm/tools/Makefile
3#
4# Copyright (C) 2001 Russell King
5#
6
7include/asm-arm/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
8 @echo ' Generating $@'
f44f82e8 9 @mkdir -p $(dir $@)
1da177e4 10 $(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
This page took 0.415119 seconds and 5 git commands to generate.