From b52e119c24382a49c994e721aefd954dccce6cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Israelson?= <57065102+israpps@users.noreply.github.com> Date: Wed, 31 Jan 2024 02:38:42 -0300 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ee7168c..f2fc85ca 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ endif ifeq ($(UDPBD), 1) ifneq ($(EXFAT),1) $(error UDPBD Requested on build without BDM) - else + endif $(info UDPBD enabled, disabling any other network feature) EE_OBJS += smap_udpbd.o HAS_UDPBD = -UDPBD