1*39f7611fSSimon Glass# 2*39f7611fSSimon Glass# Copyright (c) 2013 Google, Inc 3*39f7611fSSimon Glass# 4*39f7611fSSimon Glass# SPDX-License-Identifier: GPL-2.0+ 5*39f7611fSSimon Glass# 6*39f7611fSSimon Glass 7*39f7611fSSimon Glassobj-$(CONFIG_DM_DEMO) += demo-uclass.o demo-pdata.o 8*39f7611fSSimon Glassobj-$(CONFIG_DM_DEMO_SIMPLE) += demo-simple.o 9*39f7611fSSimon Glassobj-$(CONFIG_DM_DEMO_SHAPE) += demo-shape.o 10