2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
|
2009-10-18 04:20:22 +08:00
|
|
|
include/generated/machtypes.h: $(src)/gen-mach-types $(src)/mach-types
|
2005-04-17 06:20:36 +08:00
|
|
|
@echo ' Generating $@'
|
2009-10-18 04:20:22 +08:00
|
|
|
$(Q)mkdir -p $(dir $@)
|
2018-12-31 16:24:08 +08:00
|
|
|
$(Q)LC_ALL=C $(AWK) -f $^ > $@
|