Subversion Repositories HomeAutomation

Rev

Rev 819 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 819 Rev 822
Line 21... Line 21...
21
 
21
 
22
include $(CFGDIR)/bios.inc
22
include $(CFGDIR)/bios.inc
23
 
23
 
24
# VPATH: setup search path for source files.
24
# VPATH: setup search path for source files.
25
vpath
25
vpath
26
vpath %.c $(LIBDIR):$(SRCDIR)
26
vpath %.c $(LIBDIR):$(SRCDIR):$(MODDIR)
27
 
27
 
28
# List source files here. (C dependencies are automatically generated.)
28
# List source files here. (C dependencies are automatically generated.)
29
include $(CFGDIR)/sources.inc
29
include $(CFGDIR)/sources.inc
30
 
30
 
31
# Optimization level, can be [0, 1, 2, 3, s]. 
31
# Optimization level, can be [0, 1, 2, 3, s].