6 lines
136 B
Makefile
6 lines
136 B
Makefile
|
subdir-ccflags-y += -Werror
|
||
|
|
||
|
obj-$(CONFIG_POWER_AVS) += avs/
|
||
|
obj-$(CONFIG_POWER_RESET) += reset/
|
||
|
obj-$(CONFIG_POWER_SUPPLY) += supply/
|