mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00: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>
6 lines
131 B
Makefile
6 lines
131 B
Makefile
#
|
|
# Makefile for the IPACK bridge device drivers.
|
|
#
|
|
obj-$(CONFIG_IPACK_BUS) += ipack.o
|
|
obj-y += devices/
|
|
obj-y += carriers/
|