Import buildroot 2016.02.01
This commit is contained in:
13
firmware/buildroot/fs/axfs/axfs.mk
Normal file
13
firmware/buildroot/fs/axfs/axfs.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# Build the axfs root filesystem image
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ROOTFS_AXFS_DEPENDENCIES = host-axfsutils
|
||||
|
||||
define ROOTFS_AXFS_CMD
|
||||
$(HOST_DIR)/usr/bin/mkfs.axfs -s -a $(TARGET_DIR) $@
|
||||
endef
|
||||
|
||||
$(eval $(call ROOTFS_TARGET,axfs))
|
||||
Reference in New Issue
Block a user