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

source: svn/zas_dstar/makefile

Last change on this file was 76, checked in by megakiss, 10 years ago

1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함

File size: 453 bytes
RevLine 
1export BASEPRJDIR = $(shell pwd)
2export BASEMAKEDIR = $(BASEPRJDIR)/build
3export BUILD_RESULT_DIR = $(BASEPRJDIR)/candidates
4export DSTHALBASE = $(BASEPRJDIR)/hal
5export DSTHALTEST = $(BASEPRJDIR)/haltest
6export DSTHALCOMMBASE = $(DSTHALBASE)/common
7export DSTHALPLATFORMBASE = $(DSTHALBASE)/platform
8
9export USE_V2LIN = 1
10
11export OS_TYPE = $(shell uname)
12
13subsystem:
14        $(MAKE) -C build
15
16clean:
17        $(MAKE) -C build clean
18
19install:
20        $(MAKE) -C build install
Note: See TracBrowser for help on using the repository browser.