]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/Makefile
xnu-201.42.3.tar.gz
[apple/xnu.git] / iokit / IOKit / Makefile
index f7f7c729b1a2888eb2ce676ae9c8c112e30c5d9a..ecfdc457fb0879121bdbb90100bf19d1ecafe2fe 100644 (file)
@@ -13,9 +13,6 @@ include $(MakeInc_def)
 INSTINC_SUBDIRS = \
         adb \
        cdb \
-        graphics \
-        hidsystem \
-       network \
        nvram \
         pci \
        platform \
@@ -23,16 +20,14 @@ INSTINC_SUBDIRS = \
        pwr_mgt \
        rtc \
        scsi \
-       storage \
        system_management
 
 INSTINC_SUBDIRS_PPC = \
-       ppc \
-       ndrvsupport
+       ppc
 
 INSTINC_SUBDIRS_I386 = \
-       i386 \
-       ps2
+       ata \
+       i386
 
 EXPINC_SUBDIRS = ${INSTINC_SUBDIRS}
 EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC}