luckfox-pico-sdk/sysdrv/tools/pc/cramfs_tool/Makefile
2023-08-08 20:36:47 +08:00

10 lines
160 B
Makefile

export LC_ALL=C
SHELL:=/bin/bash
CURRENT_DIR ?= $(shell pwd)
all:
ifneq ($(SYSDRV_DIR_OUT_PC),)
cp -f $(CURRENT_DIR)/mkfs.cramfs $(SYSDRV_DIR_OUT_PC);
endif