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