summaryrefslogtreecommitdiff
path: root/net/atm/Makefile
blob: cc50bd1ff1decba15307628aaa831c879ab10ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile for the ATM Protocol Families.
#

atm-y		:= addr.o pvc.o signaling.o svc.o ioctl.o common.o atm_misc.o raw.o resources.o atm_sysfs.o
mpoa-objs	:= mpc.o mpoa_caches.o mpoa_proc.o

obj-$(CONFIG_ATM) += atm.o
obj-$(CONFIG_ATM_CLIP) += clip.o
obj-$(CONFIG_ATM_BR2684) += br2684.o
atm-$(CONFIG_PROC_FS) += proc.o

obj-$(CONFIG_ATM_LANE) += lec.o
obj-$(CONFIG_ATM_MPOA) += mpoa.o
obj-$(CONFIG_PPPOATM) += pppoatm.o
colspan='2' class='oid'>fd7db68b9363a80d3c6f3b55e05ec56211ea6254 (patch) treef800dea31f534f3e004b79a02dad29d43bb006d2 /firmware parent547218864afb2745d9d137f005f3380ef96b26ab (diff)
docs: Get rid of some kernel-documentation warnings
Sphinx wants to interpret all literal blocks as being in the chosen language and complains when an attempt to parse a block fails. kernel-documentation.rst has a few blocks that are not in C; make that explicit to shut down the associated warnings. Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'firmware')