X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=target_firmware%2Fmagpie_fw_dev%2Fbuild%2Fmagpie_1_1%2Fsboot%2Fcmnos%2Fallocram%2FMakefile;fp=target_firmware%2Fmagpie_fw_dev%2Fbuild%2Fmagpie_1_1%2Fsboot%2Fcmnos%2Fallocram%2FMakefile;h=0000000000000000000000000000000000000000;hb=da213e4442109ebad163518ed9edd3467e6be863;hp=2327209cac779316e611c5f9e96e7de72185fe08;hpb=dd9b0fc8602b54c56dc9e76a3d9def97ff83d3a4;p=open-ath9k-htc-firmware.git diff --git a/target_firmware/magpie_fw_dev/build/magpie_1_1/sboot/cmnos/allocram/Makefile b/target_firmware/magpie_fw_dev/build/magpie_1_1/sboot/cmnos/allocram/Makefile deleted file mode 100755 index 2327209..0000000 --- a/target_firmware/magpie_fw_dev/build/magpie_1_1/sboot/cmnos/allocram/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -include $(MAGPIE_ROOT)/build/make_opt/Makefile.h - - -# -# Sub-system source main path -# -# !!Customize!! - -#export LAYERNAME = rom -export SSNAME = allocram - - -# -# Sub-system source main path -# - -export SSMPATH = $(PRJ_ROOT)/$(TARGET)/cmnos/$(SSNAME) - - -# -# Sub-system object search path for GNU tool chain -# -# !!Customize!! - -export SSOBJPATH = $(PRJ_ROOT)/$(TARGET)/cmnos/$(SSNAME)/obj - - -# -# Sub-system/module list at this layer -# -# !!Customize!! - -SUBDIRS = . - - -# -# Archive for this package -# -# !!Customize!! - -#export L_TARGET = $(LIB_PATH)/libcmnos.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 -