]> 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 a05c3428eb12c4eebb65f3914e8311d5fe88d491..1912466555478ad781fab40829c46d0c69cfd21a 100644 (file)
@@ -17,8 +17,13 @@ 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