https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e232f085ff09000e3eca67aa7b6a9eb43724720c authored by Jason Self on 09 March 2016, 23:32:27 UTC
Linux-libre 3.10.100-gnu
Tip revision: e232f08
Makefile
#
# linux/arch/arm/tools/Makefile
#
# Copyright (C) 2001 Russell King
#

include/generated/mach-types.h: $(src)/gen-mach-types $(src)/mach-types
	@$(kecho) '  Generating $@'
	@mkdir -p $(dir $@)
	$(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
back to top