You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
379 B
12 lines
379 B
|
|
KBUILD_CFLAGS += -Werror
|
|
|
|
#only reserved19 and reserved17 use governor_bifrost_ondemand,
|
|
ifneq ($(findstring $(CONFIG_SOCT_CHIP_TYPE), "reserved19" "reserved17" "hi3751v811"),)
|
|
obj-$(CONFIG_DEVFREQ_GOV_BIFROST_ONDEMAND) += governor_bifrost_ondemand.o
|
|
else
|
|
obj-$(CONFIG_DEVFREQ_GOV_BIFROST_ONDEMAND) += governor_bifrost_ondemand_reserved9.o
|
|
endif
|
|
|
|
ccflags-y += -Idrivers/devfreq
|