summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl_pme2/Makefile
diff options
context:
space:
mode:
authorJeffrey Ladouceur <Jeffrey.Ladouceur@freescale.com>2013-04-05 17:50:23 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-15 15:13:13 (GMT)
commitafaf28391ddade58dd94b2a7a83faf69009ba40a (patch)
tree8a3d02bcd1d6b6a96fbe8591b9f4d8a8d8cf720b /drivers/staging/fsl_pme2/Makefile
parentff0da287549034bd7e23cae69e4985059185d6b0 (diff)
downloadlinux-fsl-qoriq-afaf28391ddade58dd94b2a7a83faf69009ba40a.tar.xz
fsl_pme: Add driver for the Freescale PME Accelerator
Add driver for Freescale Pattern Matcher Engine Accelerator for QorIQ platform. Signed-off-by: Geoff Thorpe <Geoff.Thorpe@freescale.com> Signed-off-by: Jeffrey Ladouceur <Jeffrey.Ladouceur@freescale.com> Change-Id: Ib826ea6dbdf4e14efe9e9a693c941ad2478c3e8e Reviewed-on: http://git.am.freescale.net:8181/1089 Reviewed-by: Wang Haiying-R54964 <Haiying.Wang@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'drivers/staging/fsl_pme2/Makefile')
-rw-r--r--drivers/staging/fsl_pme2/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/staging/fsl_pme2/Makefile b/drivers/staging/fsl_pme2/Makefile
new file mode 100644
index 0000000..694513b
--- /dev/null
+++ b/drivers/staging/fsl_pme2/Makefile
@@ -0,0 +1,9 @@
+# PME
+obj-$(CONFIG_FSL_PME2_CTRL) += pme2_ctrl.o pme2_sysfs.o
+obj-$(CONFIG_FSL_PME2_PORTAL) += pme2.o
+pme2-y := pme2_low.o pme2_high.o
+obj-$(CONFIG_FSL_PME2_TEST_HIGH) += pme2_test_high.o
+obj-$(CONFIG_FSL_PME2_TEST_SCAN) += pme2_test_scanning.o
+pme2_test_scanning-y = pme2_test_scan.o pme2_sample_db.o
+obj-$(CONFIG_FSL_PME2_DB) += pme2_db.o
+obj-$(CONFIG_FSL_PME2_SCAN) += pme2_scan.o