ARM: keystone: dts: add a k2hk-evm specific dts file
[deliverable/linux.git] / arch / arm / tools / Makefile
1 #
2 # linux/arch/arm/tools/Makefile
3 #
4 # Copyright (C) 2001 Russell King
5 #
6
7 include/generated/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
8 @$(kecho) ' Generating $@'
9 @mkdir -p $(dir $@)
10 $(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
This page took 0.029536 seconds and 5 git commands to generate.