summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scullv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/scullv/Makefile b/scullv/Makefile
index 6dea81f..dd71bb0 100644
--- a/scullv/Makefile
+++ b/scullv/Makefile
@@ -9,7 +9,7 @@ else
DEBFLAGS = -O2
endif
-CFLAGS += $(DEBFLAGS) -I$(LDDINC)
+EXTRA_CFLAGS += $(DEBFLAGS) -I$(LDDINC)
TARGET = scullv
@@ -39,7 +39,7 @@ clean:
depend .depend dep:
- $(CC) $(CFLAGS) -M *.c > .depend
+ $(CC) $(EXTRA_CFLAGS) -M *.c > .depend
ifeq (.depend,$(wildcard .depend))
include .depend