]> rtime.felk.cvut.cz Git - sysless.git/blobdiff - board/arm/lpc2364_addat/libs/hwinit/Makefile
Remove lpc2364_addat
[sysless.git] / board / arm / lpc2364_addat / libs / hwinit / Makefile
diff --git a/board/arm/lpc2364_addat/libs/hwinit/Makefile b/board/arm/lpc2364_addat/libs/hwinit/Makefile
deleted file mode 100644 (file)
index 76b56fd..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Generic directory or leaf node makefile for OCERA make framework
-
-ifndef MAKERULES_DIR
-MAKERULES_DIR := $(shell ( old_pwd="" ;  while [ ! -e Makefile.rules ] ; do if [ "$$old_pwd" = `pwd`  ] ; then exit 1 ; else old_pwd=`pwd` ; cd -L .. 2>/dev/null ; fi ; done ; pwd ) )
-endif
-
-ifeq ($(MAKERULES_DIR),)
-all : default
-.DEFAULT::
-       @echo -e "\nThe Makefile.rules has not been found in this or parent directory\n"
-else
-include $(MAKERULES_DIR)/Makefile.rules
-endif
-