6 lines
88 B
Makefile
Executable File
6 lines
88 B
Makefile
Executable File
ifeq ($(CONFIG_CRYPTO), y)
|
|
SRC_DIR := crypto
|
|
endif
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|