]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/utils/Makefile
Added missing spin-lock initialization and minor Makefiles update.
[lincan.git] / lincan / utils / Makefile
index 0fbdc44a06c55f5d807d81d6abde16a380839858..1912466555478ad781fab40829c46d0c69cfd21a 100644 (file)
@@ -13,12 +13,17 @@ ifndef CC
 CC = gcc
 endif
 
-CFLAGS = -I../include -O2
+CFLAGS = -I../include -O2 -Wall
 
 all: default
 
+.PHONY: dep default subdirs clean cleandepend
+.PHONY: check-dir include-pass library-pass binary-pass utils-pass kernel-pass
+
 default: utils
 
+utils-pass: utils
+
 dep:
        $(CC) $(CFLAGS) $(CPPFLAGS) -w -E -M *.c $(MORE_C_FILES) > .depend