Browse Source

[Makefile]turn on build iap

balbekova 4 năm trước cách đây
mục cha
commit
875aaff020
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,4 +1,4 @@
-TARGETS = projects/gcc/tools modules service_hw #iap
+TARGETS = projects/gcc/tools iap modules service_hw
 BUILDDIR = build
 
 .PHONY: all config $(TARGETS) tools distclean