[Config] remove src/Config

Remove src/Config as it has no more users, and conflicts with
src/config on case-deficient filesystems.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin
2008-06-30 12:16:08 -07:00
parent 1152b78ec1
commit 25450dc59c
3 changed files with 1 additions and 381 deletions

View File

@@ -30,7 +30,7 @@ install :
# Check for tools that can cause failed builds
#
.toolcheck : Makefile Config
.toolcheck : Makefile
@if $(CC) -v 2>&1 | grep -is 'gcc version 2\.96' > /dev/null; then \
$(ECHO) 'gcc 2.96 is unsuitable for compiling Etherboot'; \
$(ECHO) 'Use gcc 2.95 or gcc 3.x instead'; \