Explorar el Código

[service_sw][Makefile]add define ORDER

balbekova hace 4 años
padre
commit
dde1cd7adf
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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