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/foxboard/device.mk | 7 ------- target/foxboard/target.mk | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 target/foxboard/device.mk create mode 100644 target/foxboard/target.mk (limited to 'target/foxboard') diff --git a/target/foxboard/device.mk b/target/foxboard/device.mk deleted file mode 100644 index 0dabf25ab..000000000 --- a/target/foxboard/device.mk +++ /dev/null @@ -1,7 +0,0 @@ -ARCH:= cris -CPU_ARCH:= cris -KERNEL_VERSION:= 2.6.31.5 -KERNEL_RELEASE:= 1 -KERNEL_MD5SUM:= 926bff46d24e2f303e4ee92234e394d8 -TARGET_OPTIMIZATION:= -Os -pipe -fno-peephole2 -TARGET_CFLAGS_ARCH:= -march=v10 diff --git a/target/foxboard/target.mk b/target/foxboard/target.mk new file mode 100644 index 000000000..0dabf25ab --- /dev/null +++ b/target/foxboard/target.mk @@ -0,0 +1,7 @@ +ARCH:= cris +CPU_ARCH:= cris +KERNEL_VERSION:= 2.6.31.5 +KERNEL_RELEASE:= 1 +KERNEL_MD5SUM:= 926bff46d24e2f303e4ee92234e394d8 +TARGET_OPTIMIZATION:= -Os -pipe -fno-peephole2 +TARGET_CFLAGS_ARCH:= -march=v10 -- cgit v1.2.3