You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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 $@'
|
|
$(Q)$(AWK) -f $^ > $@ || { rm -f $@; /bin/false; }
|
|
|