mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
10 lines
218 B
Makefile
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
|