diff options
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 0000000..5dbff68a --- /dev/null +++ b/net/phonet/Makefile @@ -0,0 +1,4 @@ +obj-$(CONFIG_PHONET) += phonet.o + +phonet-objs := \ + af_phonet.o |