Start failed PCI DMA attempt, add -Werror

This commit is contained in:
Ciro Santilli
2017-07-18 09:02:46 +01:00
parent 0677dbd4b5
commit 91583552ba
3 changed files with 95 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
obj-m += $(addsuffix .o, $(notdir $(basename $(wildcard $(BR2_EXTERNAL_KERNEL_MODULE_PATH)/*.c))))
ccflags-y := -DDEBUG -g -std=gnu99 -Wno-declaration-after-statement
ccflags-y := -DDEBUG -g -std=gnu99 -Werror -Wno-declaration-after-statement
.PHONY: all clean