sidestep
[mTask.git] / int / com / src / syscalls.mk
1 CSRCD := $(call current_mk)
2 #CSRCD := syscalls
3
4 ifeq '$(INCLIBS)' 'src'
5
6 $(info including $(CSRCD))
7
8 INC += $(CSRCDIR)/$(CSRCD)
9 CSRCDIRS += $(CSRCDIR)/$(CSRCD)
10
11 endif