From a934246178d7c686bf28c3dbed57b06120cb48d0 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 19 Nov 2009 09:53:00 +0100 Subject: rename DEVICE to ADK_TARGET - the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated. --- target/lemote/target.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 target/lemote/target.mk (limited to 'target/lemote/target.mk') diff --git a/target/lemote/target.mk b/target/lemote/target.mk new file mode 100644 index 000000000..2702be95b --- /dev/null +++ b/target/lemote/target.mk @@ -0,0 +1,7 @@ +ARCH:= mips +CPU_ARCH:= mips64el +KERNEL_VERSION:= 2.6.31.5 +KERNEL_RELEASE:= 1 +KERNEL_MD5SUM:= 926bff46d24e2f303e4ee92234e394d8 +TARGET_OPTIMIZATION:= -Os -pipe +TARGET_CFLAGS_ARCH:= -march=loongson2f -mabi=64 -- cgit v1.2.3