aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/drivers/demo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/drivers/demo/Makefile')
-rw-r--r--roms/u-boot/drivers/demo/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/demo/Makefile b/roms/u-boot/drivers/demo/Makefile
new file mode 100644
index 000000000..9acd918a2
--- /dev/null
+++ b/roms/u-boot/drivers/demo/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright (c) 2013 Google, Inc
+
+obj-y += demo-uclass.o demo-pdata.o
+obj-$(CONFIG_DM_DEMO_SIMPLE) += demo-simple.o
+obj-$(CONFIG_DM_DEMO_SHAPE) += demo-shape.o