mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 03:28:19 +01:00
10 lines
169 B
Makefile
Executable File
10 lines
169 B
Makefile
Executable File
export LC_ALL=C
|
|
SHELL:=/bin/bash
|
|
|
|
CURRENT_DIR ?= $(shell pwd)
|
|
|
|
all:
|
|
ifneq ($(SYSDRV_DIR_OUT_PC),)
|
|
cp -f $(CURRENT_DIR)/mkfs_initramfs.sh $(SYSDRV_DIR_OUT_PC);
|
|
endif
|