Initial cut of the open ath9k htc firmware.
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / magpie_1_1 / ram / adf / 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 = adf
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
25
26 export SSOBJPATH = $(PRJ_ROOT)/$(TARGET)/$(LAYERNAME)/obj
27
28 #
29 # Sub-system/module list at this layer
30 #
31 # !!Customize!!
32
33 SUBDIRS = .
34 #DIRS = net os nbuf
35
36
37 #
38 # Archive for this package
39 #
40 # !!Customize!!
41
42 export L_TARGET = $(LIB_PATH)/libadf.a
43
44
45 #
46 # Targets
47 #
48
49 all:
50         for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss all || exit $?; done
51
52
53 dep:
54         for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss dep || exit $?; done
55
56 clean:
57         $(MAKE) clean -f Makefile.ss
58
59 init:
60         $(MAKE) -f Makefile.ss init
61