infra: Makefile.dist add scripts/ subdir to DISTDIRS

Signed-off-by: Thomas Schoebel-Theuer <tst@1und1.de>
This commit is contained in:
Daniel Hermann 2013-04-11 16:42:46 +02:00 committed by Thomas Schoebel-Theuer
parent e9bb100820
commit 8af110184a
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#
KERNELFILES := DISTVERSION
DISTDIRS := kernel userspace docu pre-patches
DISTDIRS := kernel userspace scripts docu pre-patches
DISTFILES := AUTHORS ChangeLog COPYING INSTALL NEWS README DISTVERSION
DISTVERSION := 0.0.0.$(shell date +%Y%m%d)
GITHEAD := $( git rev-parse --short HEAD )