diff options
author | Simon Horman <horms@verge.net.au> | 2008-03-18 11:39:29 +0900 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2008-03-18 11:39:29 +0900 |
commit | 4a820d4799a014c03d1a33e80d61588a4415a5da (patch) | |
tree | 2717e058ed260af1a0425a2e6024222923c90526 /purgatory | |
parent | 3973e307e10c865712ad59b3f609e27f1e2bddfc (diff) |
Remove purgatory/arch/mips/include/limits.h from distribution
Remove purgatory/arch/mips/include/limits.h from distribution
as it no longer exists.
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'purgatory')
-rw-r--r-- | purgatory/arch/mips/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/purgatory/arch/mips/Makefile b/purgatory/arch/mips/Makefile index 9ec0c8b..b444aaa 100644 --- a/purgatory/arch/mips/Makefile +++ b/purgatory/arch/mips/Makefile @@ -6,6 +6,5 @@ mips_PURGATORY_SRCS+= purgatory/arch/mips/purgatory-mips.c mips_PURGATORY_SRCS+= purgatory/arch/mips/console-mips.c dist += purgatory/arch/mips/Makefile $(mips_PURGATORY_C_SRCS) \ - purgatory/arch/mips/include/limits.h \ purgatory/arch/mips/purgatory-mips.h |