linuxOS_AP05/kernel/drivers/switch/Makefile

6 lines
141 B
Makefile
Raw Permalink Normal View History

2025-06-02 05:59:07 +00:00
# SPDX-License-Identifier: GPL-2.0
# Switch Class Driver
obj-$(CONFIG_SWITCH) += switch_class.o
obj-$(CONFIG_SWITCH_GPIO) += switch_gpio.o