TERES/SOFTWARE/A64-TERES/u-boot_new/drivers/demo/Makefile
Dimitar Gamishev 093685c7d8 u-boot
2017-10-13 14:02:55 +03:00

10 lines
218 B
Makefile

#
# 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