mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 14:25:47 +00:00
This commit changes the dependency schemme for DRV_RANDOM. This fix an issue that prevented the merge of this symbol as a config overlay. Change-Id: I734a5814af90b9c57355b78cc43f96f05c1afa96 Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
7 lines
223 B
Makefile
7 lines
223 B
Makefile
obj-$(CONFIG_DRV_CONSOLE) = console/
|
|
obj-$(CONFIG_DRV_SERIAL) += serial/
|
|
obj-$(CONFIG_DRV_TIMER) += timer/
|
|
obj-$(CONFIG_DRV_INTCTL) += interrupt_controller/
|
|
obj-$(CONFIG_DRV_PCI) += pci/
|
|
obj-$(CONFIG_DRV_RANDOM) += random/
|