From f3e0de60a6dfa2bedd99bda257841a22b5153f42 Mon Sep 17 00:00:00 2001 From: wdenk Date: Wed, 4 Jun 2003 15:05:30 +0000 Subject: * Patch by Denis Peter, 04 June 2003: add support for the MIP405T board --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c66a63..8ceaad1 100644 --- a/Makefile +++ b/Makefile @@ -449,6 +449,11 @@ ERIC_config:unconfig MIP405_config:unconfig @./mkconfig $(@:_config=) ppc ppc4xx mip405 mpl +MIP405T_config:unconfig + @echo "#define CONFIG_MIP405T" >include/config.h + @echo "Enable subset config for MIP405T" + @./mkconfig -a MIP405 ppc ppc4xx mip405 mpl + ML2_config:unconfig @./mkconfig $(@:_config=) ppc ppc4xx ml2 -- cgit v1.1