Zap sysdeps directory, moving Config.in and defconfig to top of tree.

(Busybox should not be system dependent enough to have different default
configurations for different platforms.  We're not a kernel.)
This commit is contained in:
Rob Landley
2006-01-20 17:47:09 +00:00
parent c8e41157a2
commit 7a43bd07e6
4 changed files with 9 additions and 61 deletions

View File

@@ -36,8 +36,8 @@ SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS))
.PHONY: _all
_all:
CONFIG_CONFIG_IN = $(top_srcdir)/sysdeps/$(TARGET_OS)/Config.in
CONFIG_DEFCONFIG = $(top_srcdir)/sysdeps/$(TARGET_OS)/defconfig
CONFIG_CONFIG_IN = $(top_srcdir)/Config.in
CONFIG_DEFCONFIG = $(top_srcdir)/defconfig
ifeq ($(KBUILD_SRC),)