Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.2-rc4 10 lines 252 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Makefile for the Linux AppleTalk layer. 4# 5 6obj-$(CONFIG_ATALK) += appletalk.o 7 8appletalk-y := aarp.o ddp.o dev.o 9appletalk-$(CONFIG_PROC_FS) += atalk_proc.o 10appletalk-$(CONFIG_SYSCTL) += sysctl_net_atalk.o