X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..3903760236c30e3b5ace7a4eefac3a269d68957c:/iokit/Makefile diff --git a/iokit/Makefile b/iokit/Makefile index 1657e4a11..c9c3d03b6 100644 --- a/iokit/Makefile +++ b/iokit/Makefile @@ -3,28 +3,14 @@ export MakeInc_def=${SRCROOT}/makedefs/MakeInc.def export MakeInc_rule=${SRCROOT}/makedefs/MakeInc.rule export MakeInc_dir=${SRCROOT}/makedefs/MakeInc.dir - include $(MakeInc_cmd) include $(MakeInc_def) -INSTINC_SUBDIRS = include IOKit -INSTINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS} -INSTINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS} - +INSTINC_SUBDIRS = IOKit EXPINC_SUBDIRS = IOKit -EXPINC_SUBDIRS_PPC = ${EXPINC_SUBDIRS} -EXPINC_SUBDIRS_I386 = ${EXPINC_SUBDIRS} - - -SETUP_SUBDIRS = conf COMP_SUBDIRS = conf -INST_SUBDIRS = User - - include $(MakeInc_rule) include $(MakeInc_dir) - -