diff options
author | Remi Denis-Courmont <remi.denis-courmont@nokia.com> | 2008-09-22 20:03:00 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-09-22 20:03:00 -0700 |
commit | 8ead536dec142f27d5b5f72c3994eb39f4741717 (patch) | |
tree | 54852ad04a8dfab9c92804ace29ce1d2ba6637b7 /net/phonet/Makefile | |
parent | 4b07b3f69a8471cdc142c51461a331226fef248a (diff) |
Phonet: add CONFIG_PHONET
Signed-off-by: Remi Denis-Courmont <remi.denis-courmont@nokia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/phonet/Makefile')
-rw-r--r-- | net/phonet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/phonet/Makefile b/net/phonet/Makefile new file mode 100644 index 000000000000..5dbff68a6f36 --- /dev/null +++ b/net/phonet/Makefile @@ -0,0 +1,4 @@ +obj-$(CONFIG_PHONET) += phonet.o + +phonet-objs := \ + af_phonet.o |