On Sat, 29 Nov 2014 18:43:48 +0530, Jackson Isaac said:
core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ hello
Depending where your .c is, this needs to be either hello/
or hello.o (And if it's hello/, then hello/Makefile needs to reference
hello.o)