mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
The ipack subsystem is cleaned up enough to now move out of the staging tree, and into drivers/ipack. Cc: Samuel Iglesias Gonsalvez <[email protected]> Cc: Jens Taprogge <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
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/
|