From ed46ee9c6249f3b2c3afbe832c0c8d7f3e577d2f Mon Sep 17 00:00:00 2001 From: David Banks Date: Wed, 26 Nov 2025 16:14:00 +0000 Subject: [PATCH] Altera: minor makefile update Change-Id: I82a5c0ff2885f2e3a3591885ded7772485a2377d --- target/ep4ce6e22c/ice6809/Makefile | 5 +---- target/ep4ce6e22c/icez80/Makefile | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/target/ep4ce6e22c/ice6809/Makefile b/target/ep4ce6e22c/ice6809/Makefile index 98b7401..30551ee 100644 --- a/target/ep4ce6e22c/ice6809/Makefile +++ b/target/ep4ce6e22c/ice6809/Makefile @@ -4,10 +4,7 @@ ROOT = ../../.. # The common directory for makefile includes, etc. COMMON = ../../common -# The project .bit file produced by the Xilinx .xise project -PROJECT = ice6809 - -# The target .bit file to be generated including the monitor program +# The target bitstream file to be generated including the monitor program TARGET = ice6809 # Frequuency that the AVR runs at diff --git a/target/ep4ce6e22c/icez80/Makefile b/target/ep4ce6e22c/icez80/Makefile index dc344b8..c5b6d77 100644 --- a/target/ep4ce6e22c/icez80/Makefile +++ b/target/ep4ce6e22c/icez80/Makefile @@ -4,10 +4,7 @@ ROOT = ../../.. # The common directory for makefile includes, etc. COMMON = ../../common -# The project .bit file produced by the Xilinx .xise project -PROJECT = icez80 - -# The target .bit file to be generated including the monitor program +# The target bitstream file to be generated including the monitor program TARGET = icez80 # Frequuency that the AVR runs at