Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dsetup.py90 cflags = ['-I%s' % basedir, '-I%s/libfdt' % basedir]
92 return swig_opts, version, files, cflags, objdir
97 cflags = os.environ.get('CPPFLAGS', '').split() variable
105 if not all((swig_opts, version, files, cflags, objdir)):
106 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles() variable
111 extra_compile_args = cflags,
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh24 if pkg-config --cflags ncursesw 2>/dev/null; then
26 elif pkg-config --cflags ncurses 2>/dev/null; then
/rk3399_rockchip-uboot/arch/mips/
H A DMakefile42 cflags-y += -I$(srctree)/arch/mips/include/asm/mach-generic
44 PLATFORM_CPPFLAGS += $(arch-y) $(tune-y) $(cflags-y)
/rk3399_rockchip-uboot/scripts/kconfig/
H A DMakefile232 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
251 cflags="-std=c++11 -fPIC `pkg-config --cflags Qt5Core Qt5Gui Qt5Widgets`"; \
255 cflags=`pkg-config --cflags QtCore QtGui`; \
265 echo "KC_QT_CFLAGS=$$cflags" > $@; \
/rk3399_rockchip-uboot/arch/sandbox/
H A Dconfig.mk15 PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
/rk3399_rockchip-uboot/scripts/
H A DKbuild.include102 # Usage: cflags-y += $(call as-option,-Wa$(comma)-isa=foo,)
108 # Usage: cflags-y += $(call as-instr,instr,option1,option2)
114 # Usage: cflags-y += $(call cc-option,-march=winchip-c6,-march=i586)
130 # Usage: cflags-y += $(call cc-disable-warning,unused-but-set-variable)
H A DMakefile.build54 save-cflags := $(CFLAGS)