summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 20:54:04 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2020-11-13 20:54:04 -0500
commitb57ad7f28b669c80faf2568fefc20cc8ca1083e2 (patch)
tree2eef7c3fcdfc4e8524836560e8cb7f3636b736ba
parenteea8da433a73dbfc864d4a1c4594831dbf86e9de (diff)
downloadminitramfs-b57ad7f28b669c80faf2568fefc20cc8ca1083e2.tar.xz
minitramfs-b57ad7f28b669c80faf2568fefc20cc8ca1083e2.zip
drop barely useful CFLAGS
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e56437d..dd82eb4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-CFLAGS += -Wall -Wextra
null :=
space := $(null) $(null)
KERNVER ?= $(lastword $(subst /,$(space),$(wildcard /lib/modules/*/)))