Several Makefiles: Add .PHONY definitions to prevent 'clean up to date' message weirdness.

This commit is contained in:
Gregory Nutt
2016-05-10 15:44:06 -06:00
parent 88b79d305f
commit e523c93391
11 changed files with 29 additions and 17 deletions
+2
View File
@@ -11715,3 +11715,5 @@
From Young (2016-05-07).
* drivrs/mtd: Add a driver for SST26F spi/qspi flash devices (SPI mode
only). From Sebastien Lorquet (2016-05-10).
* Several Makefiles: Add .PHONY definitions to prevent 'clean up to date'
message weirdness (2016-05-10).