add DISABLEMSD to options allowed on make command line
authorJim Morris <morris@wolfman.com>
Thu, 9 Oct 2014 19:57:24 +0000 (12:57 -0700)
committerJim Morris <morris@wolfman.com>
Thu, 9 Oct 2014 19:57:24 +0000 (12:57 -0700)
build/common.mk

index 860edf2..9d30f28 100755 (executable)
@@ -85,6 +85,10 @@ else
 CSRCS = $(CSRCS1)
 endif
 
+ifeq "$(DISABLEMSD)" "1"
+DEFINES += -DDISABLEMSD
+endif
+
 ASRCS =  $(wildcard $(SRC)/*.S $(SRC)/*/*.S $(SRC)/*/*/*.S $(SRC)/*/*/*/*.S $(SRC)/*/*/*/*/*.S)
 ifneq "$(OS)" "Windows_NT"
 ASRCS +=  $(wildcard $(SRC)/*.s $(SRC)/*/*.s $(SRC)/*/*/*.s $(SRC)/*/*/*/*.s $(SRC)/*/*/*/*/*.s)