diff options
| author | Nicolas Thill <nico@openwrt.org> | 2009-12-21 03:26:09 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2009-12-21 03:26:09 +0000 |
| commit | 342c869ddb5f71183fc557bc6f5dfb53966bd4c1 (patch) | |
| tree | cdc859446e36877dddde3e82c38bd7baa406edbd /target/linux | |
| parent | 92effab25a305c90e7c1fe539dc9375f31d5f45f (diff) | |
| download | upstream-342c869ddb5f71183fc557bc6f5dfb53966bd4c1.tar.gz upstream-342c869ddb5f71183fc557bc6f5dfb53966bd4c1.tar.bz2 upstream-342c869ddb5f71183fc557bc6f5dfb53966bd4c1.zip | |
[target] remove redundant LINUX_KARCH variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18871 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/coldfire/Makefile | 1 | ||||
| -rw-r--r-- | target/linux/mpc52xx/Makefile | 1 | ||||
| -rw-r--r-- | target/linux/mpc83xx/Makefile | 1 | ||||
| -rw-r--r-- | target/linux/ppc40x/Makefile | 1 | ||||
| -rw-r--r-- | target/linux/ppc44x/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/target/linux/coldfire/Makefile b/target/linux/coldfire/Makefile index 0d2963400fb..b9f96422af5 100644 --- a/target/linux/coldfire/Makefile +++ b/target/linux/coldfire/Makefile @@ -12,7 +12,6 @@ BOARDNAME:=Freescale Coldfire v4e FEATURES:=squashfs broken LINUX_VERSION:=2.6.25.20 -LINUX_KARCH:=m68k include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index 35930bc2a9c..8e2a8cdaa60 100644 --- a/target/linux/mpc52xx/Makefile +++ b/target/linux/mpc52xx/Makefile @@ -12,7 +12,6 @@ BOARDNAME:=Freescale MPC52xx FEATURES:=tgz ext2 LINUX_VERSION:=2.6.30.10 -LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/mpc83xx/Makefile b/target/linux/mpc83xx/Makefile index 838955b9135..96b379f09d7 100644 --- a/target/linux/mpc83xx/Makefile +++ b/target/linux/mpc83xx/Makefile @@ -12,7 +12,6 @@ BOARDNAME:=Freescale MPC83xx FEATURES:=tgz broken LINUX_VERSION:=2.6.30.10 -LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/ppc40x/Makefile b/target/linux/ppc40x/Makefile index 7bfe0b0d24c..910dccde3cf 100644 --- a/target/linux/ppc40x/Makefile +++ b/target/linux/ppc40x/Makefile @@ -13,7 +13,6 @@ FEATURES:=squashfs CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=405 LINUX_VERSION:=2.6.30.10 -LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/ppc44x/Makefile b/target/linux/ppc44x/Makefile index 8f8f2c6b7e7..5b536adafb0 100644 --- a/target/linux/ppc44x/Makefile +++ b/target/linux/ppc44x/Makefile @@ -13,7 +13,6 @@ FEATURES:=squashfs CFLAGS:=-Os -pipe -funit-at-a-time -mcpu=440 LINUX_VERSION:=2.6.30.10 -LINUX_KARCH:=powerpc include $(INCLUDE_DIR)/target.mk |
