diff options
Diffstat (limited to 'board/ml2')
-rw-r--r-- | board/ml2/Makefile | 2 | ||||
-rw-r--r-- | board/ml2/serial.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/board/ml2/Makefile b/board/ml2/Makefile index 731e8fe..2a93666 100644 --- a/board/ml2/Makefile +++ b/board/ml2/Makefile @@ -39,7 +39,7 @@ clean: rm -f $(SOBJS) $(OBJS) distclean: clean - rm -f $(LIB) core *.bak .depend + rm -f $(LIB) core *.bak $(obj).depend ######################################################################### diff --git a/board/ml2/serial.c b/board/ml2/serial.c index 2e9ffa2..c18815b 100644 --- a/board/ml2/serial.c +++ b/board/ml2/serial.c @@ -19,10 +19,9 @@ * */ -#include <asm/types.h> +#include <common.h> #include <asm/u-boot.h> #include <asm/processor.h> -#include <common.h> #include <command.h> #include <configs/ML2.h> |