commit | 879eb8b23445c44855603856fd4a7a16930a2cec | [log] [tgz] |
---|---|---|
author | Sol Kavy <skavy@codeaurora.org> | Mon Apr 07 19:11:31 2014 -0700 |
committer | Sol Kavy <skavy@codeaurora.org> | Mon Apr 07 20:30:22 2014 -0700 |
tree | b322a9d06c59dad4c5c9467af814164801e97f94 | |
parent | 7ad2e0301475b5dcbd19e60ae575fe8e32f19e02 [diff] [blame] |
IPv6 API changes and bug fixes Change-Id: Ibc367c5d22c7ea6c39932556361e1c40857d6bb3 Signed-off-by: vdewanga <vdewanga@qca.qualcomm.com>
diff --git a/Makefile b/Makefile index 0ef7bf3..779a765 100755 --- a/Makefile +++ b/Makefile
@@ -18,11 +18,15 @@ obj-m += qca-nss-drv.o +# +# List the files that belong to the driver in alphabetical order. +# qca-nss-drv-objs := \ nss_init.o \ nss_cmn.o \ nss_core.o \ nss_ipv4.o \ + nss_ipv6.o \ nss_lag.o \ nss_phys_if.o \ nss_pm.o \