Skip to content

Commit

Permalink
Makefile commit
Browse files Browse the repository at this point in the history
Changes make the net, modules to build properly compared to earlier builds
  • Loading branch information
IceFlavouredKitkat authored and IceFlavouredKitkat committed May 18, 2014
1 parent a031132 commit bcede0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/net/netfilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ obj-$(CONFIG_NETFILTER_XT_TARGET_CLASSIFY) += xt_CLASSIFY.o
obj-$(CONFIG_NETFILTER_XT_TARGET_CONNSECMARK) += xt_CONNSECMARK.o
obj-$(CONFIG_NETFILTER_XT_TARGET_CT) += xt_CT.o
obj-$(CONFIG_NETFILTER_XT_TARGET_DSCP) += xt_DSCP.o
#Here for built-in.o to compile i've added some extra objects to be compiled... They are the dependencies
obj-$(CONFIG_NETFILTER_XT_TARGET_HL) += xt_hl.o
obj-$(CONFIG_NETFILTER_XT_TARGET_LED) += xt_LED.o
obj-$(CONFIG_NETFILTER_XT_TARGET_LOG) += xt_LOG.o
Expand Down

0 comments on commit bcede0c

Please sign in to comment.