Setting up repository
[linux-libre-firmware.git] / ath9k_htc / sboot / magpie_1_1 / ram / cmnos / 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 = cmnos
10
11 #
12 # Sub-system source main path
13 #
14
15 export SSMPATH = $(MAGPIE_ROOT)/target/$(LAYERNAME)
16
17
18 #
19 # Sub-system object search path for GNU tool chain
20 #
21 # !!Customize!!
22
23 # export SSOBJPATH = $(PRJ_ROOT)/build/$(TARGET)/$(LAYERNAME)/obj
24 export SSOBJPATH = $(PRJ_ROOT)/$(TARGET)/$(LAYERNAME)/obj
25
26 #
27 # Sub-system/module list at this layer
28 #
29 # !!Customize!!
30
31 SUBDIRS = .
32 #DIRS = dbg sflash
33
34
35 #
36 # Archive for this package
37 #
38 # !!Customize!!
39
40 export L_TARGET = $(LIB_PATH)/libcmnos.a
41
42
43 #
44 # Targets
45 #
46
47 all:
48         for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss all || exit $?; done
49
50 dep:
51         for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss dep || exit $?; done
52
53 clean:
54         $(MAKE) clean -f Makefile.ss
55
56 init:
57         $(MAKE) -f Makefile.ss init