/arch/arm/tools/Makefile
https://bitbucket.org/evzijst/gittest · Makefile · 9 lines · 3 code · 1 blank · 5 comment · 1 complexity · 7fdf49b5df941b4064999c4946b3f7c0 MD5 · raw file
- #
- # 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; }