https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 628f52ec03640b20e4b419fbb1792abd4159e8c1 authored by Jason Self on 10 November 2009, 00:32:39 UTC
Linux-libre 2.6.31.6-gnu1
Tip revision: 628f52e
Makefile
#
# linux/arch/arm/tools/Makefile
#
# Copyright (C) 2001 Russell King
#

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