]> rtime.felk.cvut.cz Git - lincan.git/blobdiff - lincan/src/Makefile.std
Cleaned-up PROC handling and checked on 2.4, 2.4-RT, 2.6 and compilation for 2.2...
[lincan.git] / lincan / src / Makefile.std
index 0346c8aa39ed00149b16ee09a278a2c17f72cb38..40dacc382aacb493f47c5f9917ce5d6a881608d6 100644 (file)
@@ -122,6 +122,12 @@ ifdef PROC_FS
        O_OBJS += proc.o
 endif
 
+ifdef SUBDIRS
+EXTRA_CFLAGS += -I $(SUBDIRS)
+else
+EXTRA_CFLAGS += -I .
+endif
+
 # Target object file if any
 # this must be undefined for 2.5.xx kernels
 ifndef KERNEL_MODULE_V26