blob: 9acd918a28379b8c5da70b0ca67a3d45918afa4a [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glass39f76112014-02-26 15:59:23 -07002#
3# Copyright (c) 2013 Google, Inc
Simon Glass39f76112014-02-26 15:59:23 -07004
Masahiro Yamadaf494e0a2014-09-18 15:43:41 +09005obj-y += demo-uclass.o demo-pdata.o
Simon Glass39f76112014-02-26 15:59:23 -07006obj-$(CONFIG_DM_DEMO_SIMPLE) += demo-simple.o
7obj-$(CONFIG_DM_DEMO_SHAPE) += demo-shape.o