https://github.com/torvalds/linux
Raw File
Tip revision: 7c626ce4bae1ac14f60076d00eafe71af30450ba authored by Linus Torvalds on 11 August 2024, 21:27:14 UTC
Linux 6.11-rc3
Tip revision: 7c626ce
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the Apple network device drivers.
#

obj-$(CONFIG_MACE) += mace.o
obj-$(CONFIG_BMAC) += bmac.o
obj-$(CONFIG_MACMACE) += macmace.o
back to top