X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sboot%2Fmagpie_1_1%2Fsboot%2Fhif%2Fdma_lib%2FMakefile;fp=sboot%2Fmagpie_1_1%2Fsboot%2Fhif%2Fdma_lib%2FMakefile;h=44e27e2c7570c781c03d3b7cb1e43a163bd2d9a2;hb=ff66305a044be28464fa0969ea2d605bb268d478;hp=0000000000000000000000000000000000000000;hpb=60b496560eec004ded92ae4dad43b3d102c6658d;p=open-ath9k-htc-firmware.git diff --git a/sboot/magpie_1_1/sboot/hif/dma_lib/Makefile b/sboot/magpie_1_1/sboot/hif/dma_lib/Makefile new file mode 100755 index 0000000..44e27e2 --- /dev/null +++ b/sboot/magpie_1_1/sboot/hif/dma_lib/Makefile @@ -0,0 +1,51 @@ +include $(MAGPIE_ROOT)/build/make_opt/Makefile.h + + +# +# Sub-system source main path +# +# !!Customize!! + +export LAYERNAME = hif +export SSNAME = dma_lib + +# +# Sub-system source main path +# + +export SSMPATH = $(PRJ_ROOT)/$(TARGET)/$(LAYERNAME)/$(SSNAME) + + +# +# Sub-system object search path for GNU tool chain +# +# !!Customize!! + +export SSOBJPATH = $(PRJ_ROOT)/$(TARGET)/$(LAYERNAME)/$(SSNAME)/obj + + +# +# Sub-system/module list at this layer +# +# !!Customize!! + +SUBDIRS = . + + +# +# Targets +# + +all: + for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss all || exit $?; done + + +dep: + for i in $(SUBDIRS) ; do $(MAKE) -C $$i -f Makefile.ss dep || exit $?; done + +clean: + $(MAKE) clean -f Makefile.ss + +init: + $(MAKE) -f Makefile.ss init +