Browse Source

[service_sw][Makefile]add define ORDER

balbekova 4 years ago
parent
commit
dde1cd7adf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      service_hw/Makefile

+ 2 - 0
service_hw/Makefile

@@ -23,6 +23,8 @@ CFLAGS += -DPRINTF_$(shell echo $(PRINTF) | tr a-z A-Z)
 
 CFLAGS += -DHARDWARE_$(shell echo $(HARDWARE) | tr a-z A-Z)
 
+CFLAGS += -DORDER_$(shell echo $(ORDER) | tr a-z A-Z)
+
 INCLUDES = -I../config
 INCLUDES += -I../stm32/stm32f4xx_spl/inc 
 INCLUDES += -I../stm32/system