move sboot to the root directory
[open-ath9k-htc-firmware.git] / target_firmware / magpie_fw_dev / build / k2_1_0 / ram / init / Makefile
diff --git a/target_firmware/magpie_fw_dev/build/k2_1_0/ram/init/Makefile b/target_firmware/magpie_fw_dev/build/k2_1_0/ram/init/Makefile
deleted file mode 100755 (executable)
index 81da922..0000000
+++ /dev/null
@@ -1,60 +0,0 @@
-include $(MAGPIE_ROOT)/build/make_opt/Makefile.h
-
-
-#
-# Sub-system source main path
-#
-# !!Customize!!
-
-#export LAYERNAME = ram
-export SSNAME = init
-
-
-#
-# Sub-system source main path
-#
-
-export SSMPATH = $(MAGPIE_ROOT)/target/$(SSNAME)
-
-
-#
-# Sub-system object search path for GNU tool chain
-#
-# !!Customize!!
-
-export SSOBJPATH = $(PRJ_ROOT)/$(TARGET)/$(SSNAME)/obj
-
-
-#
-# Sub-system/module list at this layer
-#
-# !!Customize!!
-
-SUBDIRS = .
-
-
-#
-# Archive for this package
-#
-# !!Customize!!
-
-export L_TARGET = $(LIB_PATH)/libinit.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
-