9 lines
178 B
Makefile
9 lines
178 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the input core drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_ARCH_PHYTIUM_CLOCK) += clock.o
|