1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| deps_config := \
| system/debugger/Kconfig \
| system/Kconfig \
| service/Kconfig \
| driver/watchdog/Kconfig \
| driver/twi/Kconfig \
| driver/pmu/Kconfig \
| driver/Kconfig \
| arch/openrisc/Kconfig \
| arch/Kconfig \
| Kconfig
|
| include/config/auto.conf: \
| $(deps_config)
|
|
| $(deps_config): ;
|
|