Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chcmedeiros committed Dec 20, 2024
1 parent 213e0ea commit b840301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ifeq ($(TARGET_NAME),TARGET_NANOS)
else
HAVE_SWAP ?= 1
endif
DEFINES += HAVE_SWAP=$(HAVE_SWAP)
endif

# Display the target name
Expand All @@ -52,7 +53,6 @@ endif

ifeq ($(HAVE_SWAP), 1)
$(info ************ HAVE_SWAP = [ENABLED])
DEFINES += HAVE_SWAP=$(HAVE_SWAP)
else
$(info ************ HAVE_SWAP = [DISABLED])
endif
Expand Down

0 comments on commit b840301

Please sign in to comment.