7 lines
114 B
Makefile
7 lines
114 B
Makefile
|
#
|
||
|
# Makefile for the pehci driver (if driver is inside kernel tree).
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_USB_PEHCI_HCD) += hal_msm.o
|
||
|
|