Lines Matching refs:override
11 define allow-override
18 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
19 $(call allow-override,AR,$(CROSS_COMPILE)ar)
20 $(call allow-override,NM,$(CROSS_COMPILE)nm)
21 $(call allow-override,PKG_CONFIG,pkg-config)
56 override plugin_dir = $(HOME)/.local/lib/traceevent/plugins
59 override plugin_dir = $(libdir)/traceevent/plugins
109 override CFLAGS += -fPIC
110 override CFLAGS += $(CONFIG_FLAGS) $(INCLUDES) $(PLUGIN_DIR_SQ)
111 override CFLAGS += $(udis86-flags) -D_GNU_SOURCE
119 # Disable command line variables (CFLAGS) override from top