Lines Matching +full:- +full:- +full:enable +full:- +full:werror
1 # SPDX-License-Identifier: GPL-2.0
7 try-run = $(shell set -e; \
13 __cc-option = $(call try-run,\
14 $(1) -Werror $(2) -c -x c /dev/null -o /dev/null,$(2),)
15 cc-option = $(call __cc-option, $(CC),$(1))
17 …-g -O2 -Werror -Wno-maybe-uninitialized -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer…
19 CFLAGS += -pthread
20 LDFLAGS += -pthread
23 ${MAKE} -C `pwd`/../.. M=`pwd`/vhost_test V=${V}
30 OOT_KSRC=/lib/modules/$$(uname -r)/build
33 #Tweak the below to enable more modules
40 OOT_BUILD=KCFLAGS="-I "${OOT_VHOST} ${MAKE} -C ${OOT_KSRC} V=${V}
41 oot-build:
46 oot-clean: oot-build
47 oot: oot-build
48 oot-clean: OOT_BUILD+=clean
50 .PHONY: all test mod clean vhost oot oot-clean oot-build
54 -include *.d