Lines Matching refs:conf
9 include $(platform-dir)/conf.mk
21 include core/lib/scmi-server/conf.mk
27 cppflags$(sm) += -include $(conf-file)
83 conf-file := $(out-dir)/include/generated/conf.h
84 conf-mk-file := $(out-dir)/conf.mk
85 conf-cmake-file := $(out-dir)/conf.cmake
86 $(conf-file): $(conf-mk-file)
88 cleanfiles += $(conf-file)
89 cleanfiles += $(conf-mk-file)
90 cleanfiles += $(conf-cmake-file)
92 $(conf-file): FORCE
93 $(call check-conf-h)
95 $(conf-mk-file): FORCE
96 $(call check-conf-mk)
98 $(conf-cmake-file): FORCE
99 $(call check-conf-cmake)