4 lines
72 B
Makefile
4 lines
72 B
Makefile
|
ifeq ($(strip $(BR2_TARGET_ROOTFS_CRAMFS)),y)
|
||
|
TARGETS+=cramfsroot
|
||
|
endif
|