mirror of
https://github.com/arjuncr/Linux-from-scratch.git
synced 2026-01-18 12:41:23 +00:00
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/
|