Makefile 422 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7 8 9 10 11 12
#
# arch/sh/tools/Makefile
#
# Copyright (C) 2003  Paul Mundt
#
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "COPYING" in the main directory of this archive
# for more details.
#
# Shamelessly cloned from ARM.
#

13
include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
L
Linus Torvalds 已提交
14
	@echo '  Generating $@'
15
	$(Q)mkdir -p $(dir $@)
16
	$(Q)LC_ALL=C $(AWK) -f $^ > $@