BPicture: Fix archive constructor.
[haiku.git] / src / add-ons / kernel / drivers / network / pegasus / Jamfile
blobba022920f93504ebb4464cc0e73b20fa44afdc62
1 SubDir HAIKU_TOP src add-ons kernel drivers network pegasus ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 SubDirSysHdrs $(HAIKU_TOP) headers os drivers ;
7 # For ether_driver.h
8 UsePrivateHeaders net ;
10 KernelAddon pegasus :
11         driver.c
12         devlist.c
13         if_aue.c
14         ;
16 # driver.c currently needs usbdevs.h so we make its path available and adds dependency
17 ObjectHdrs [ FGristFiles driver$(SUFOBJ) if_aue$(SUFOBJ) ]
18         : [ FDirName $(TARGET_COMMON_DEBUG_OBJECT_DIR_$(TARGET_PACKAGING_ARCH)) apps
19                 devices ] ;
20 Includes [ FGristFiles driver.c if_aue.c ] : <src!apps!devices>usbdevs.h ;