summaryrefslogtreecommitdiffstats
path: root/Makefile.config
diff options
context:
space:
mode:
authorDennis Gilmore <dennis@ausil.us>2011-08-16 11:33:15 -0500
committerDennis Gilmore <dennis@ausil.us>2011-08-16 11:33:15 -0500
commit986a9f3a2efbfbcb4a742e4879920982ee4af05e (patch)
tree08ee075a0758a47a2d94edc368e284f423de928e /Makefile.config
parentbc12142e94b6bc3c20e422e596cff4d0426c3be7 (diff)
downloadkernel-986a9f3a2efbfbcb4a742e4879920982ee4af05e.tar.gz
kernel-986a9f3a2efbfbcb4a742e4879920982ee4af05e.tar.xz
kernel-986a9f3a2efbfbcb4a742e4879920982ee4af05e.zip
setup config for tegra based arm boards, add device tree
patches for arm build tegra and omap kernel on arm
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.config b/Makefile.config
index 0e71c35c..7415c915 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -9,7 +9,7 @@ CONFIGFILES = \
$(CFG)-i686-PAE.config $(CFG)-i686-PAEdebug.config \
$(CFG)-x86_64.config $(CFG)-x86_64-debug.config \
$(CFG)-s390x.config \
- $(CFG)-arm.config $(CFG)-armv7l-omap.config \
+ $(CFG)-arm.config $(CFG)-armv7l-omap.config $(CFG)-armv7l-tegra.config \
$(CFG)-ppc.config $(CFG)-ppc-smp.config \
$(CFG)-sparc64.config \
$(CFG)-ppc64.config $(CFG)-ppc64-debug.config \
@@ -39,6 +39,9 @@ temp-arm-generic: config-arm-generic temp-generic
temp-armv7l-omap-generic: config-arm-omap-generic temp-arm-generic
perl merge.pl $^ > $@
+temp-armv7l-tegra: config-arm-tegra temp-arm-generic
+ perl merge.pl $^ > $@
+
temp-x86-32: config-x86-32-generic config-x86-generic
perl merge.pl $^ > $@
@@ -111,6 +114,9 @@ kernel-$(VERSION)-arm.config: /dev/null temp-arm-generic
kernel-$(VERSION)-armv7l-omap.config: /dev/null temp-armv7l-omap-generic
perl merge.pl $^ arm > $@
+kernel-$(VERSION)-armv7l-tegra.config: /dev/null temp-armv7l-tegra
+ perl merge.pl $^ arm > $@
+
kernel-$(VERSION)-ppc.config: /dev/null temp-powerpc32-generic
perl merge.pl $^ powerpc > $@