mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
05e5027efc
The ipack subsystem is cleaned up enough to now move out of the staging tree, and into drivers/ipack. Cc: Samuel Iglesias Gonsalvez <siglesias@igalia.com> Cc: Jens Taprogge <jens.taprogge@taprogge.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7 lines
131 B
Makefile
7 lines
131 B
Makefile
#
|
|
# Makefile for the IPACK bridge device drivers.
|
|
#
|
|
obj-$(CONFIG_IPACK_BUS) += ipack.o
|
|
obj-y += devices/
|
|
obj-y += carriers/
|