Searched refs:UBOOTINCLUDE (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/scripts/ |
H A D | Makefile.lib | 153 c_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \ 157 a_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \ 160 cpp_flags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(UBOOTINCLUDE) \
|
H A D | Makefile.autoconf | 33 UBOOTINCLUDE := \ 40 $(UBOOTINCLUDE) $(NOSTDINC_FLAGS)
|
H A D | Makefile.spl | 65 cpp_flags := $(KBUILD_CPPFLAGS) $(PLATFORM_CPPFLAGS) $(UBOOTINCLUDE) \
|
/openbmc/u-boot/tools/env/ |
H A D | Makefile | 13 $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
|
/openbmc/openbmc/meta-aspeed/recipes-bsp/u-boot/files/ |
H A D | default-gcc.patch | 39 HOST_EXTRACFLAGS = $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
|
/openbmc/u-boot/tools/ |
H A D | Makefile | 256 $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
|
/openbmc/u-boot/ |
H A D | Makefile | 400 export KBUILD_CPPFLAGS NOSTDINC_FLAGS UBOOTINCLUDE OBJCOPYFLAGS LDFLAGS 667 UBOOTINCLUDE := \ macro 680 cpp_flags := $(KBUILD_CPPFLAGS) $(PLATFORM_CPPFLAGS) $(UBOOTINCLUDE) \
|