4 lines
85 B
Makefile
4 lines
85 B
Makefile
ifeq ($(CONFIG_TARGET_PACKAGE_SECURE_IMAGE),y)
|
|
TARGET_PACKAGES += secure_image
|
|
endif
|