1 # This file is subject to the terms and condit 2 # License. See the file "COPYING" in the main 3 # for more details. 4 # 5 # Copyright (c) 1999-2004 Silicon Graphics, In 6 # Copyright (c) 2009 Wind River Systems, Inc. 7 # 8 9 obj-y := kdb_io.o kdb_main.o kdb_support.o kdb 10 obj-$(CONFIG_KDB_KEYBOARD) += kdb_keyboard. 11 12 clean-files := gen-kdb_cmds.c 13 14 quiet_cmd_gen-kdb = GENKDB $@ 15 cmd_gen-kdb = $(AWK) 'BEGIN {print "\#in 16 /^\#/{next} \ 17 /^[ \t]*$$/{next} \ 18 {gsub(/"/, "\\\"", $$0); \ 19 print "static __initdata cha 20 END {print "extern char *kdb_c 21 $(filter-out %/Makefile,$^) > 22 23 $(obj)/gen-kdb_cmds.c: $(src)/kdb_cmds $(src) 24 $(call cmd,gen-kdb)
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.