From 5a22d333ea4d28e158127da1630f7147db2bde0c Mon Sep 17 00:00:00 2001 From: Lucas Russo Date: Thu, 30 Apr 2020 16:25:36 -0300 Subject: [PATCH] Makefile: remove wrong quotes around APPS variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 206cc59c..e6aa8bf0 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ DEPMOD ?= depmod # Select board in which we will work. Options are: ml605 or afcv3 BOARD ?= afcv3_1 # Select which application we want to generate. Options are: halcsd, halcs_generic_udev -APPS ?= "halcsd halcs_generic_udev" +APPS ?= halcsd halcs_generic_udev # Select if we want to have the AFCv3 DDR memory shrink to 2^28 or the full size 2^32. Options are: (y)es ot (n)o. # This is a TEMPORARY fix until the AFCv3 FPGA firmware is fixed. If unsure, select (y)es. SHRINK_AFCV3_DDR_SIZE ?= n