Committed Jamfile for Rudolf's AGP module. It doesn't compile yet, but it will very, very soon...

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8370 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Niels Sascha Reedijk
2004-07-10 18:56:56 +00:00
parent a4eb6d200a
commit 00034667de
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
SubDir OBOS_TOP src add-ons kernel bus_managers ;
SubInclude OBOS_TOP src add-ons kernel bus_managers agp ;
SubInclude OBOS_TOP src add-ons kernel bus_managers config_manager ;
SubInclude OBOS_TOP src add-ons kernel bus_managers ide ;
SubInclude OBOS_TOP src add-ons kernel bus_managers isa ;
@@ -0,0 +1,6 @@
SubDir OBOS_TOP src add-ons kernel bus_managers agp ;
R5KernelAddon agp : [ FDirName kernel bus_managers ] :
agp.cpp
module.cpp
;