10 lines
200 B
Makefile
10 lines
200 B
Makefile
#
|
|
# Makefile for BMA software driver
|
|
#
|
|
|
|
obj-$(CONFIG_BMA) += edma_drv/
|
|
obj-$(CONFIG_BMA) += cdev_drv/
|
|
obj-$(CONFIG_BMA) += veth_drv/
|
|
obj-$(CONFIG_BMA) += kbox_drv/
|
|
obj-$(CONFIG_BMA) += cdev_veth_drv/
|