diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2012-04-12 00:08:59 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2012-04-12 00:08:59 +0100 |
commit | 749420ca6c855573b8b4eaa6a60211da62b449ca (patch) | |
tree | fe886590f3e8a86bd02d40a1e78dd6c38e63408a /Makefile.config | |
parent | 611764fc77bc2b491896a3f8caed8a471d14d5ee (diff) | |
download | kernel-749420ca6c855573b8b4eaa6a60211da62b449ca.tar.gz kernel-749420ca6c855573b8b4eaa6a60211da62b449ca.tar.xz kernel-749420ca6c855573b8b4eaa6a60211da62b449ca.zip |
rename config-arm-omap-generic to config-arm-omap
Diffstat (limited to 'Makefile.config')
-rw-r--r-- | Makefile.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.config b/Makefile.config index 9f00c576b..c92d986f0 100644 --- a/Makefile.config +++ b/Makefile.config @@ -40,7 +40,7 @@ temp-debug-generic: config-generic temp-arm-generic: config-arm-generic temp-generic perl merge.pl $^ > $@ -temp-armv7l-omap-generic: config-arm-omap-generic temp-arm-generic +temp-armv7l-omap: config-arm-omap temp-arm-generic perl merge.pl $^ > $@ temp-armv7l-tegra: config-arm-tegra temp-arm-generic @@ -136,7 +136,7 @@ kernel-$(VERSION)-armv7l-imx.config: /dev/null temp-armv7l-imx kernel-$(VERSION)-armv7l-highbank.config: /dev/null temp-armv7l-highbank perl merge.pl $^ arm > $@ -kernel-$(VERSION)-armv7l-omap.config: /dev/null temp-armv7l-omap-generic +kernel-$(VERSION)-armv7l-omap.config: /dev/null temp-armv7l-omap perl merge.pl $^ arm > $@ kernel-$(VERSION)-armv7l-tegra.config: /dev/null temp-armv7l-tegra @@ -148,7 +148,7 @@ kernel-$(VERSION)-armv7hl-imx.config: /dev/null temp-armv7l-imx kernel-$(VERSION)-armv7hl-highbank.config: /dev/null temp-armv7l-highbank perl merge.pl $^ arm > $@ -kernel-$(VERSION)-armv7hl-omap.config: /dev/null temp-armv7l-omap-generic +kernel-$(VERSION)-armv7hl-omap.config: /dev/null temp-armv7l-omap perl merge.pl $^ arm > $@ kernel-$(VERSION)-armv7hl-tegra.config: /dev/null temp-armv7l-tegra |