Initial cut of the open ath9k htc firmware.
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / magpie_1_1 / sboot / cmnos / allocram / Makefile
1 include $(MAGPIE_ROOT)/build/make_opt/Makefile.h
2
3
4 #
5 # Sub-system source main path
6 #
7 # !!Customize!!
8
9 #export LAYERNAME = rom
10 export SSNAME = allocram
11
12
13 #
14 # Sub-system source main path
15 #
16
17 export SSMPATH = $(PRJ_ROOT)/$(TARGET)/cmnos/$(SSNAME)
18
19
20 #
21 # Sub-system object search path for GNU tool chain
22 #
23 # !!Customize!!
24
25 export SSOBJPATH = $(PRJ_ROOT)/$(TARGET)/cmnos/$(SSNAME)/obj
26
27
28 #
29 # Sub-system/module list at this layer
30 #
31 # !!Customize!!
32
33 SUBDIRS = .
34
35
36 #
37 # Archive for this package
38 #
39 # !!Customize!!
40
41 #export L_TARGET = $(LIB_PATH)/libcmnos.a
42
43
44 #
45 # Targets
46 #
47
48 all:
49         for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss all || exit $?; done
50
51
52 dep:
53         for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss dep || exit $?; done
54
55 clean:
56         $(MAKE) clean -f Makefile.ss
57
58 init:
59         $(MAKE) -f Makefile.ss init
60