close Warning: Can't use blame annotator:
No changeset 2 in the repository

source: svn/zas_dstar/build/makefile @ 47

Last change on this file since 47 was 47, checked in by megakiss, 11 years ago

459Mhz로 OTC 주파수 변경

File size: 295 bytes
RevLine 
1SUB_DIRS = bmpbin2src  hal devices pdrivers os/lib os/v2lin bracon
2
3ifeq ($(bracon),1)
4SUB_DIRS=bracon
5endif
6
7subsystem1:
8        for d in $(SUB_DIRS);do ($(MAKE) -C $$d);done
9
10clean:
11        for d in $(SUB_DIRS);do ($(MAKE) -C $$d clean);done
12       
13install:
14        for d in $(SUB_DIRS);do ($(MAKE) -C $$d install);done
Note: See TracBrowser for help on using the repository browser.