From 9ff55766239c0f7a6ebdf8a45bfba8e48f78f15a Mon Sep 17 00:00:00 2001 From: Peter McGoron Date: Thu, 6 Apr 2023 19:28:12 -0400 Subject: [PATCH] add missing .PHONY --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index 167ceb1..5383780 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -1,4 +1,4 @@ -.PHONY: cpu clean +.PHONY: cpu clean rtl_codegen DEVICETREE_GEN_DIR=.