Initial cut of the open ath9k htc firmware.
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / magpie_1_1 / sboot / hif / usb / 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 = hif
10 export SSNAME = usb
11
12 #
13 # Sub-system source main path
14 #
15
16 export SSMPATH = $(PRJ_ROOT)/$(TARGET)/$(LAYERNAME)/$(SSNAME)
17
18
19 #
20 # Sub-system object search path for GNU tool chain
21 #
22 # !!Customize!!
23
24 export SSOBJPATH = $(PRJ_ROOT)/$(TARGET)/$(LAYERNAME)/$(SSNAME)/obj
25
26
27 #
28 # Sub-system/module list at this layer
29 #
30 # !!Customize!!
31
32 SUBDIRS = .
33
34
35 #
36 # Targets
37 #
38
39 all:
40         for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss all || exit $?; done
41
42
43 dep:
44         for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss dep || exit $?; done
45
46 clean:
47         $(MAKE) clean -f Makefile.ss
48
49 init:
50         $(MAKE) -f Makefile.ss init
51