kbuild - two obj's from one source

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

is it somehow possible to generate two separate kernel modules from one
source file?

What I want is roughly:
mymodule-type1.ko compiled from: mymodule.c -D_TYPE_1
and
mymodule-type2.ko compiled from: mymodule.c -D_TYPE_2

obj-m += mymodule-type1.o
obj-m += mymodule-type2.o
CFLAGS_mymodule-type1.o = -D_TYPE_1
CFLAGS_mymodule-type2.o = -D_TYPE_2

and mymodule.c symlinked to mymodule-type1.c and mymodule-type2.c
Now I'd like to get rid of the symlinks.

I've gone through the kbuild docs but can't find how to do that. Any ideas?

Thanks!

Michal

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux