7 lines
146 B
Makefile
7 lines
146 B
Makefile
# Top-level Makefile calls into asm-$(ARCH)
|
|
# List only non-arch directories below
|
|
|
|
ifneq ($(VSERVICES_SUPPORT), "")
|
|
header-y += vservices/
|
|
endif
|