obj-m := $(TARGET)

now was wondering what was that supposed to mean , when i first saw the makefile for the sample driver module i had written , and now after having some personal time with the kernel documentation , i have found out that this stands for object module goals , i had suspected this already ..... so that gives me the reason why my module was compiled by make even though i didn't give the goal for the specific target object !!!

Comments

Popular posts from this blog

Was history ! :)

installing RadRails on Eclipse ...........