summaryrefslogtreecommitdiffstats
path: root/modules/proc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'modules/proc/Makefile')
-rw-r--r--modules/proc/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/modules/proc/Makefile b/modules/proc/Makefile
deleted file mode 100644
index ea0eed1..0000000
--- a/modules/proc/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- MakeFile -*-
-
-# MACRO = substitute with this
-
-# directories
-
-TMP_DIR = $(PROC_DIR)/tmp/
-
-# target: dependencies
-# action
-
-all:
- $(Q)cd $(TMP_DIR) && $(MAKE) && cd ..
-
-clean:
- $(Q)cd $(TMP_DIR) && $(MAKE) clean && cd ..
-
-################################################################################
-######## End of file ###########################################################
-################################################################################