diff options
-rw-r--r-- | MAINTAINERS | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | MAKEALL | 1 | ||||
-rw-r--r-- | Makefile | 4 |
3 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dc13580..2a3b937 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -172,6 +172,7 @@ Matthias Fuchs <matthias.fuchs@esd-electronics.com> Niklaus Giger <niklaus.giger@netstal.com> HCU4 PPC405GPr + MCU25 PPC405GPr HCU5 PPC440EPx Frank Gottschling <fgottschling@eltec.de> @@ -198,6 +198,7 @@ LIST_4xx=" \ luan \ lwmon5 \ makalu \ + mcu25 \ METROBOX \ MIP405 \ MIP405T \ @@ -1281,6 +1281,10 @@ lwmon5_config: unconfig makalu_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx makalu amcc +mcu25_config: unconfig + @mkdir -p $(obj)board/netstal/common + @$(MKCONFIG) $(@:_config=) ppc ppc4xx mcu25 netstal + METROBOX_config: unconfig @$(MKCONFIG) $(@:_config=) ppc ppc4xx metrobox sandburst |