diff options
Diffstat (limited to 'drivers/led/Makefile')
-rw-r--r-- | drivers/led/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/led/Makefile b/drivers/led/Makefile new file mode 100644 index 0000000000..b39b20581b --- /dev/null +++ b/drivers/led/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (c) 2015 Google, Inc +# Written by Simon Glass <sjg@chromium.org> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_LED) += led-uclass.o |