Makefile: Add.

svn path=/dists/trunk/linux-kbuild-2.6/; revision=13228
This commit is contained in:
Bastian Blank 2009-03-24 07:30:51 +00:00
parent ce6da10d9f
commit baa4614685
1 changed files with 10 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
DATA = \
Kbuild \
Makefile \
SUBDIRS = \
scripts
OUTDIR = .
include $(top_srcdir)/Makefile.inc