9fe845f433a4f5c475e684b677d9aa6cfc25579e
[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