diff options
Diffstat (limited to 'drivers/reboot-mode/Makefile')
| -rw-r--r-- | drivers/reboot-mode/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/reboot-mode/Makefile b/drivers/reboot-mode/Makefile new file mode 100644 index 00000000000..2ab0fddac9e --- /dev/null +++ b/drivers/reboot-mode/Makefile @@ -0,0 +1,7 @@ +# +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (c), Vaisala Oyj +# + +obj-$(CONFIG_DM_REBOOT_MODE) += reboot-mode-uclass.o |
