Hi,

ok... the solution is very easy and I learned a lot more about modules
and Makefile inside Linux kernel.


The solution is:

obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o
obj-$(CONFIG_IEEE802154_6LOWPAN) += 6lowpan.o

6lowpan-y := 6lowpan_core.o reassembly.o
ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o wpan-class.o
af_802154-y := af_ieee802154.o raw.o dgram.o



now 6lowpan.o on the top is only a symbolic name for 6lowpan.ko and I
need to rename the 6lowpan.c to 6lowpan_core.c

If we look at obj-$(CONFIG_IEEE802154) += ieee802154.o af_802154.o it's
the same thing, I need to open my eyes next time. Sry.


I will update my branch soon.

- Alex

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Linux-zigbee-devel mailing list
Linux-zigbee-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel

Reply via email to