Skip to content

Commit

Permalink
dont compile UDPBD if BDM was not requested too
Browse files Browse the repository at this point in the history
  • Loading branch information
israpps authored Jan 31, 2024
1 parent 7250ac9 commit 530623f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ ifeq ($(MX4SIO),1)
endif

ifeq ($(UDPBD), 1)
ifneq ($(EXFAT),1)
$(error UDPBD Requested on build without BDM)
else
$(info UDPBD enabled, disabling any other network feature)
EE_OBJS += smap_udpbd.o
HAS_UDPBD = -UDPBD
Expand Down

0 comments on commit 530623f

Please sign in to comment.