--- zzzz-none-000/linux-2.6.39.4/net/Makefile 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/net/Makefile 2021-11-10 13:23:11.000000000 +0000 @@ -13,6 +13,8 @@ obj-$(CONFIG_NET) += $(tmp-y) # LLC has to be linked before the files in net/802/ +obj-$(CONFIG_AVM_PA) += avm_pa/ +obj-$(CONFIG_AVM_RTP_TIMESTAMP) += avm_rtp_timestamp/ obj-$(CONFIG_LLC) += llc/ obj-$(CONFIG_NET) += ethernet/ 802/ sched/ netlink/ obj-$(CONFIG_NETFILTER) += netfilter/ @@ -64,6 +66,8 @@ ifeq ($(CONFIG_NET),y) obj-$(CONFIG_SYSCTL) += sysctl_net.o endif +# Always Build the TI Extensions +obj-y += ti/ obj-$(CONFIG_WIMAX) += wimax/ obj-$(CONFIG_DNS_RESOLVER) += dns_resolver/ obj-$(CONFIG_CEPH_LIB) += ceph/