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

11 lines
211 B
Makefile

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