]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/sh/tools/Makefile
Merge branch 'drbd-8.4_ed6' into for-3.8-drivers-drbd-8.4_ed6
[mirror_ubuntu-bionic-kernel.git] / arch / sh / tools / Makefile
CommitLineData
1da177e4
LT
1#
2# arch/sh/tools/Makefile
3#
4# Copyright (C) 2003 Paul Mundt
5#
6# This file is subject to the terms and conditions of the GNU General Public
7# License. See the file "COPYING" in the main directory of this archive
8# for more details.
9#
10# Shamelessly cloned from ARM.
11#
12
3252b11f 13include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
1da177e4 14 @echo ' Generating $@'
3252b11f 15 $(Q)mkdir -p $(dir $@)
07105202 16 $(Q)LC_ALL=C $(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }