Skip to content

Commit

Permalink
Remove as much as possible, source files that are not used by Atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipHomburg committed Jun 16, 2020
1 parent fb8bc97 commit ecb2404
Show file tree
Hide file tree
Showing 2,008 changed files with 336 additions and 369,931 deletions.
975 changes: 28 additions & 947 deletions .config

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -679,22 +679,22 @@ comment "Applets"

source archival/Config.in
source coreutils/Config.in
source console-tools/Config.in
source debianutils/Config.in
source editors/Config.in
#source console-tools/Config.in
#source debianutils/Config.in
#source editors/Config.in
source eperd/Config.in
source findutils/Config.in
source init/Config.in
source loginutils/Config.in
source e2fsprogs/Config.in
source modutils/Config.in
source util-linux/Config.in
#source findutils/Config.in
#source init/Config.in
#source loginutils/Config.in
#source e2fsprogs/Config.in
#source modutils/Config.in
#source util-linux/Config.in
source miscutils/Config.in
source networking/Config.in
source printutils/Config.in
source mailutils/Config.in
source procps/Config.in
source runit/Config.in
source selinux/Config.in
source shell/Config.in
source sysklogd/Config.in
#source printutils/Config.in
#source mailutils/Config.in
#source procps/Config.in
#source runit/Config.in
#source selinux/Config.in
#source shell/Config.in
#source sysklogd/Config.in
12 changes: 11 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,16 @@ libs-y := \
util-linux/ \
util-linux/volume_id/ \

libs-y := \
archival/ \
archival/libarchive/ \
coreutils/ \
eperd/ \
libbb/ \
libpwdgrp/ \
miscutils/ \
networking/ \

endif # KBUILD_EXTMOD

ifeq ($(dot-config),1)
Expand Down Expand Up @@ -530,7 +540,7 @@ endif
# command line.
# This allow a user to issue only 'make' to build a kernel including modules
# Defaults busybox but it is usually overridden in the arch makefile
all: busybox doc
all: busybox # doc

-include $(srctree)/arch/$(ARCH)/Makefile

Expand Down
204 changes: 0 additions & 204 deletions README

This file was deleted.

Loading

0 comments on commit ecb2404

Please sign in to comment.