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

6lowpan-objs := 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

I've rebuilt and there's no reassmebly.ko

and objdump looks good


mb-objdump -x 6lowpan.ko

00000044 g     F .init.text    000000b8 lowpan_net_frag_init

Cheers,
Martin.

On 24/01/14 15:47, Alexander Aring wrote:
> Hi Martin,
>
> apologize for the inconvenience. I saw that something in Makefile isn't
> correct. The current behaviour is that reassembly is a module, but it
> should not be a module. We need something like:
>
> 6lowpan-y := reassembly.o
>
> so we have only 6lowpan.ko with linked reassembly.o
>
> This solution does not work also. I need to know how it works (Simple to
> it like net/ipv6/Makefile).
>
> I updated my branch with a hack solution now (which make modules loading
> possible) but this isn't the right solution yet!
>
> - 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