mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
11 lines
292 B
Makefile
11 lines
292 B
Makefile
################################################################################
|
|
#
|
|
# image-itb-rootfs
|
|
#
|
|
################################################################################
|
|
|
|
IMAGE_ITB_ROOTFS_DEPENDENCIES := rootfs-squashfs
|
|
IMAGE_ITB_ROOTFS_CONFIG_VARS := KEY
|
|
|
|
$(eval $(ix-image))
|