diff options
Diffstat (limited to 'Make-dist')
-rw-r--r-- | Make-dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Make-dist b/Make-dist index 9d16242be5..02f7fe4302 100644 --- a/Make-dist +++ b/Make-dist @@ -47,6 +47,9 @@ subdirs := $(filter-out $(add-ons),$(subdirs)) # Make sure both stdio and libio get in, whichever is in use. subdirs += stdio libio +# Make sure both aout and elf get in, whichever is in use. +subdirs += aout elf + sysdep-Subdir-files := $(wildcard $(addsuffix /Subdirs,$(sysdep_dirs))) ifdef sysdep-Subdir-files subdirs := $(sort $(subdirs) \ |