diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-20 17:47:09 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-01-20 17:47:09 +0000 |
commit | 3a92934f04fb736a84db01fc5c5d0de67e45f167 (patch) | |
tree | 13fe6950993f732a0cb06a09398a415d3e3bd597 /Makefile | |
parent | e56c47c85e8272082ab47b299b70b68b9d522c9f (diff) | |
download | busybox-w32-3a92934f04fb736a84db01fc5c5d0de67e45f167.tar.gz busybox-w32-3a92934f04fb736a84db01fc5c5d0de67e45f167.tar.bz2 busybox-w32-3a92934f04fb736a84db01fc5c5d0de67e45f167.zip |
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.)
git-svn-id: svn://busybox.net/trunk/busybox@13452 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,8 +36,8 @@ SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS)) | |||
36 | .PHONY: _all | 36 | .PHONY: _all |
37 | _all: | 37 | _all: |
38 | 38 | ||
39 | CONFIG_CONFIG_IN = $(top_srcdir)/sysdeps/$(TARGET_OS)/Config.in | 39 | CONFIG_CONFIG_IN = $(top_srcdir)/Config.in |
40 | CONFIG_DEFCONFIG = $(top_srcdir)/sysdeps/$(TARGET_OS)/defconfig | 40 | CONFIG_DEFCONFIG = $(top_srcdir)/defconfig |
41 | 41 | ||
42 | ifeq ($(KBUILD_SRC),) | 42 | ifeq ($(KBUILD_SRC),) |
43 | 43 | ||