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'