소스 검색

[service_sw][Makefile]add define ORDER

balbekova 5 년 전
부모
커밋
dde1cd7adf
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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