blob: 4e4bb83779cfdd6520034f4621afc5839e0e4a9c (
plain)
1
2
3
4
5
6
7
8
|
ifeq ($(EXTERNAL_LIBCUTL),y)
libcutl_installed := y
else
libcutl_installed := n
src_root := $(abspath $(src_root)/../libcutl)
scf_root := $(src_root)/build
out_root := $(src_root)
endif
|