FIXED: - changed make targets from "%o: %c" to "%.o: %.c" (Patch from irc <oleg_osov>)
find . -name 'Make*' | xargs perl -w -i.bak -p -e "s/\%o: \%c/%.o: %.c/g"
#ifndef __canftest_console_h__
#define __canftest_console_h__
#define DEVICE_NAME "canf_ktest"
#define CMD_START '1'
#define CMD_STOP '2'
#endif // __canftest_console.h__