X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..d52fe63fc81f7e44faaae711812a211a78434976:/iokit/IOKit/Makefile diff --git a/iokit/IOKit/Makefile b/iokit/IOKit/Makefile index f7f7c729b..ecfdc457f 100644 --- a/iokit/IOKit/Makefile +++ b/iokit/IOKit/Makefile @@ -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}