Lines Matching refs:conf
9 include $(platform-dir)/conf.mk
33 include core/lib/scmi-server/conf.mk
39 cppflags$(sm) += -include $(conf-file)
102 conf-file := $(out-dir)/include/generated/conf.h
103 conf-mk-file := $(out-dir)/conf.mk
104 conf-cmake-file := $(out-dir)/conf.cmake
105 $(conf-file): $(conf-mk-file)
107 cleanfiles += $(conf-file)
108 cleanfiles += $(conf-mk-file)
109 cleanfiles += $(conf-cmake-file)
111 $(conf-file): FORCE
112 $(call check-conf-h)
114 $(conf-mk-file): FORCE
115 $(call check-conf-mk)
117 $(conf-cmake-file): FORCE
118 $(call check-conf-cmake)