staging: fsl-mc: fsl-mc object allocator driver
[deliverable/linux.git] / drivers / staging / fsl-mc / bus / Makefile
CommitLineData
bbf9d17d
GR
1#
2# Freescale Management Complex (MC) bus drivers
3#
4# Copyright (C) 2014 Freescale Semiconductor, Inc.
5#
6# This file is released under the GPLv2
7#
197f4d6a
GR
8obj-$(CONFIG_FSL_MC_BUS) += mc-bus-driver.o \
9 mc-allocator-driver.o
bbf9d17d
GR
10
11mc-bus-driver-objs := mc-bus.o \
12 mc-sys.o \
13 dprc.o \
f2f2726b
GR
14 dpmng.o \
15 dprc-driver.o
bbf9d17d 16
197f4d6a
GR
17mc-allocator-driver-objs := mc-allocator.o \
18 dpmcp.o \
19 dpbp.o
This page took 0.028562 seconds and 5 git commands to generate.