mark targets as phony
This commit is contained in:
parent
971bac7ec4
commit
2c822c1ea4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ COMMON_MAKEOPTS := CROSS_COMPILE=${COMPILER_BIN}/arm-buildroot-linux-musleabi-
|
||||||
LINUX_MAKEOPTS := ${COMMON_MAKEOPTS} ARCH=arm
|
LINUX_MAKEOPTS := ${COMMON_MAKEOPTS} ARCH=arm
|
||||||
AT91BOOTSTRAP := ${COMMON_MAKEOPTS}
|
AT91BOOTSTRAP := ${COMMON_MAKEOPTS}
|
||||||
|
|
||||||
|
.PHONY: sdcard qspi
|
||||||
sdcard: output/rootfs.tar output/sd-kernel output/sd-boot.bin output/devicetree.dtb
|
sdcard: output/rootfs.tar output/sd-kernel output/sd-boot.bin output/devicetree.dtb
|
||||||
@echo 'SD card things generated...'
|
@echo 'SD card things generated...'
|
||||||
@echo 'im not gonna bother making an image to write to the sd card'
|
@echo 'im not gonna bother making an image to write to the sd card'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue