X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Fbuild%2Fmagpie_1_1%2Fsboot%2Fadf%2Fnbuf%2FMakefile;fp=target_firmware%2Fmagpie_fw_dev%2Fbuild%2Fmagpie_1_1%2Fsboot%2Fadf%2Fnbuf%2FMakefile;h=0000000000000000000000000000000000000000;hb=ff66305a044be28464fa0969ea2d605bb268d478;hp=e0ab54f31cd57e3d1aa95338fd8076ad74ec83be;hpb=60b496560eec004ded92ae4dad43b3d102c6658d;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/magpie_fw_dev/build/magpie_1_1/sboot/adf/nbuf/Makefile b/target_firmware/magpie_fw_dev/build/magpie_1_1/sboot/adf/nbuf/Makefile deleted file mode 100755 index e0ab54f..0000000 --- a/target_firmware/magpie_fw_dev/build/magpie_1_1/sboot/adf/nbuf/Makefile +++ /dev/null @@ -1,59 +0,0 @@ -include $(MAGPIE_ROOT)/build/make_opt/Makefile.h - - -# -# Sub-system source main path -# -# !!Customize!! - -export LAYERNAME = adf -export SSNAME = nbuf - -# -# 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 = . - - -# -# Archive for this package -# -# !!Customize!! - -#export L_TARGET = $(LIB_PATH)/libadf.a - - -# -# 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 -