commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
12 lines
354 B
Makefile
12 lines
354 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the IP27 specific kernel interface routines under Linux.
|
|
#
|
|
|
|
obj-y := ip27-berr.o ip27-irq.o ip27-init.o ip27-klconfig.o \
|
|
ip27-klnuma.o ip27-memory.o ip27-nmi.o ip27-reset.o ip27-timer.o \
|
|
ip27-hubio.o ip27-xtalk.o
|
|
|
|
obj-$(CONFIG_EARLY_PRINTK) += ip27-console.o
|
|
obj-$(CONFIG_SMP) += ip27-smp.o
|