summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2002-11-05 16:35:14 +0000
committerwdenk <wdenk>2002-11-05 16:35:14 +0000
commit56f94be3ef63732384063e110277ed89701b6471 (patch)
tree6c7acdd32964b741cb69a8f0b03d5b9891587458 /Makefile
parent384ae02506f0673070a3516b1858f058a07f85f3 (diff)
downloadtalos-obmc-uboot-56f94be3ef63732384063e110277ed89701b6471.tar.gz
talos-obmc-uboot-56f94be3ef63732384063e110277ed89701b6471.zip
* 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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud