From 3481782476680c19a63dbd3a10fdc78d8ebad60b Mon Sep 17 00:00:00 2001 From: Michel Pollet Date: Thu, 5 Feb 2009 19:49:20 +0000 Subject: [PATCH] MINI2440: Finaly add the mini2440 to the makefile Just add the board to the makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index be4da890..6061c071 100644 --- a/Makefile +++ b/Makefile @@ -2474,6 +2474,9 @@ smdk2440_config : unconfig smdk2443_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm920t smdk2443 NULL s3c24x0 +mini2440_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm920t mini2440 NULL s3c24x0 + SX1_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm925t sx1 -- 2.11.4.GIT