Skip to content

Commit

Permalink
Makefile: remove wrong quotes around APPS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lerwys committed Apr 30, 2020
1 parent 2feeac4 commit 5a22d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a22d33

Please sign in to comment.