diff options
author | Thomas Langer <thomas.langer@lantiq.com> | 2008-11-20 18:31:00 +0000 |
---|---|---|
committer | Thomas Langer <thomas.langer@lantiq.com> | 2008-11-20 18:31:00 +0000 |
commit | 1bc6841c8dff78e1b8bafb53dbea352b56a56d65 (patch) | |
tree | cb679195b46e22f043b2b7a51d4f3187bacfee12 /target/linux/ifxmips/Makefile | |
parent | 88dd88931466259ca3b785de42f8088274348081 (diff) | |
download | upstream-1bc6841c8dff78e1b8bafb53dbea352b56a56d65.tar.gz upstream-1bc6841c8dff78e1b8bafb53dbea352b56a56d65.tar.bz2 upstream-1bc6841c8dff78e1b8bafb53dbea352b56a56d65.zip |
some cleanups: - fix CPUID detection - update MTD map for checks and sysupgrade - enable subtargets (Generic&NFS) for simpler development - generic cleanups (e.g. from linux checkpatch.pl)
SVN-Revision: 13295
Diffstat (limited to 'target/linux/ifxmips/Makefile')
-rw-r--r-- | target/linux/ifxmips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ifxmips/Makefile b/target/linux/ifxmips/Makefile index a42b327921..a04f19db72 100644 --- a/target/linux/ifxmips/Makefile +++ b/target/linux/ifxmips/Makefile @@ -10,6 +10,7 @@ ARCH:=mips BOARD:=ifxmips BOARDNAME:=Infineon Mips FEATURES:=squashfs jffs2 +SUBTARGETS:=generic nfs LINUX_VERSION:=2.6.26.8 include $(INCLUDE_DIR)/target.mk |