From 07af235e8a4db58886c240d82f46cdeab9f6fca9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 10 Jun 2017 22:23:30 +0200 Subject: add sample for sparc ipx --- target/sparc/systems/sun-ipx | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/sparc/systems/sun-ipx (limited to 'target/sparc/systems') diff --git a/target/sparc/systems/sun-ipx b/target/sparc/systems/sun-ipx new file mode 100644 index 000000000..73a02bc61 --- /dev/null +++ b/target/sparc/systems/sun-ipx @@ -0,0 +1,11 @@ +config ADK_TARGET_SYSTEM_SUN_IPX + bool "Sun Sparcstation IPX" + select ADK_TARGET_CPU_SPARC_V8 + select ADK_TARGET_WITH_NET + select ADK_TARGET_WITH_NETDEVICE + select ADK_TARGET_WITH_BLOCK + select ADK_TARGET_KERNEL_ZIMAGE + select ADK_TARGET_KERNEL_WITH_COMPRESSION + help + Support for Sun Sparcstation IPX. + -- cgit v1.2.3