summaryrefslogtreecommitdiffstats
path: root/drivers/demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/demo/Makefile')
-rw-r--r--drivers/demo/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/demo/Makefile b/drivers/demo/Makefile
new file mode 100644
index 0000000000..baaa2baa4e
--- /dev/null
+++ b/drivers/demo/Makefile
@@ -0,0 +1,9 @@
+#
+# Copyright (c) 2013 Google, Inc
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-$(CONFIG_DM_DEMO) += demo-uclass.o demo-pdata.o
+obj-$(CONFIG_DM_DEMO_SIMPLE) += demo-simple.o
+obj-$(CONFIG_DM_DEMO_SHAPE) += demo-shape.o
OpenPOWER on IntegriCloud