diff options
Diffstat (limited to 'roms/u-boot/drivers/core/Makefile')
| -rw-r--r-- | roms/u-boot/drivers/core/Makefile | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/roms/u-boot/drivers/core/Makefile b/roms/u-boot/drivers/core/Makefile new file mode 100644 index 00000000..90b2a7f0 --- /dev/null +++ b/roms/u-boot/drivers/core/Makefile @@ -0,0 +1,7 @@ +# +# Copyright (c) 2013 Google, Inc +# +# SPDX-License-Identifier:	GPL-2.0+ +# + +obj-$(CONFIG_DM)	:= device.o lists.o root.o uclass.o util.o | 
