From 2c822c1ea4b3ba7cae3aaf72cec092b361f8c927 Mon Sep 17 00:00:00 2001 From: kit Date: Wed, 15 Apr 2026 20:29:59 -0400 Subject: [PATCH] mark targets as phony --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f72556..2ad4473 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ COMMON_MAKEOPTS := CROSS_COMPILE=${COMPILER_BIN}/arm-buildroot-linux-musleabi- LINUX_MAKEOPTS := ${COMMON_MAKEOPTS} ARCH=arm AT91BOOTSTRAP := ${COMMON_MAKEOPTS} - +.PHONY: sdcard qspi sdcard: output/rootfs.tar output/sd-kernel output/sd-boot.bin output/devicetree.dtb @echo 'SD card things generated...' @echo 'im not gonna bother making an image to write to the sd card'