Removed the contents of the common/ directory.

Cleaned the Jamfile.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1392 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2002-10-05 18:19:18 +00:00
parent e195c3e79e
commit 362032afbf

View File

@ -2,14 +2,11 @@ SubDir OBOS_TOP src kernel drivers ;
KernelStaticLibrary libdrivers :
<$(SOURCE_GRIST)>dev.c
# <$(SOURCE_GRIST)>devs.c
<$(SOURCE_GRIST)>arch/$(OBOS_ARCH)/console/console.c
<$(SOURCE_GRIST)>fb_console/fb_console.c
:
-fno-pic -Wno-unused
;
SubInclude OBOS_TOP src kernel drivers arch ;
#SubInclude OBOS_TOP src kernel drivers common ;