summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/scripts/Makefile.asm-generic
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/scripts/Makefile.asm-generic')
-rw-r--r--ANDROID_3.4.5/scripts/Makefile.asm-generic24
1 files changed, 0 insertions, 24 deletions
diff --git a/ANDROID_3.4.5/scripts/Makefile.asm-generic b/ANDROID_3.4.5/scripts/Makefile.asm-generic
deleted file mode 100644
index 40caf3c2..00000000
--- a/ANDROID_3.4.5/scripts/Makefile.asm-generic
+++ /dev/null
@@ -1,24 +0,0 @@
-# include/asm-generic contains a lot of files that are used
-# verbatim by several architectures.
-#
-# This Makefile reads the file arch/$(SRCARCH)/include/asm/Kbuild
-# and for each file listed in this file with generic-y creates
-# a small wrapper file in $(obj) (arch/$(SRCARCH)/include/generated/asm)
-
-kbuild-file := $(srctree)/arch/$(SRCARCH)/include/asm/Kbuild
--include $(kbuild-file)
-
-include scripts/Kbuild.include
-
-# Create output directory if not already present
-_dummy := $(shell [ -d $(obj) ] || mkdir -p $(obj))
-
-quiet_cmd_wrap = WRAP $@
-cmd_wrap = echo "\#include <asm-generic/$*.h>" >$@
-
-all: $(patsubst %, $(obj)/%, $(generic-y))
- @:
-
-$(obj)/%.h:
- $(call cmd,wrap)
-