![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for the Linux AX.25 and HFMODEM device drivers. 0004 # 0005 # 0006 # 19971130 Moved the amateur radio related network drivers from 0007 # drivers/net/ to drivers/hamradio for easier maintenance. 0008 # Joerg Reuter DL1BKE <jreuter@yaina.de> 0009 # 0010 # 20000806 Rewritten to use lists instead of if-statements. 0011 # Christoph Hellwig <hch@infradead.org> 0012 # 0013 0014 obj-$(CONFIG_SCC) += scc.o 0015 obj-$(CONFIG_MKISS) += mkiss.o 0016 obj-$(CONFIG_6PACK) += 6pack.o 0017 obj-$(CONFIG_YAM) += yam.o 0018 obj-$(CONFIG_BPQETHER) += bpqether.o 0019 obj-$(CONFIG_BAYCOM_SER_FDX) += baycom_ser_fdx.o hdlcdrv.o 0020 obj-$(CONFIG_BAYCOM_SER_HDX) += baycom_ser_hdx.o hdlcdrv.o 0021 obj-$(CONFIG_BAYCOM_PAR) += baycom_par.o hdlcdrv.o 0022 obj-$(CONFIG_BAYCOM_EPP) += baycom_epp.o hdlcdrv.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |