From 56f94be3ef63732384063e110277ed89701b6471 Mon Sep 17 00:00:00 2001 From: wdenk Date: Tue, 5 Nov 2002 16:35:14 +0000 Subject: * Add support for log buffer which can be passed to Linux kernel's syslog mechanism; used especially for POST results. * Patch by Klaus Heydeck, 31 Oct 2002: Add initial support for kup4k board --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index da70cf25cc..6732a093ff 100644 --- a/Makefile +++ b/Makefile @@ -264,6 +264,9 @@ IVMS8_config: unconfig } @./mkconfig -a IVMS8 ppc mpc8xx ivm +KUP4K_config : unconfig + @./mkconfig $(@:_config=) ppc mpc8xx kup4k + LANTEC_config : unconfig @./mkconfig $(@:_config=) ppc mpc8xx lantec -- cgit v1.2.1