X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..0b4e3aa066abc0728aacb4bbeb86f53f9737156e:/iokit/IOKit/ata/Makefile diff --git a/iokit/IOKit/ata/Makefile b/iokit/IOKit/ata/Makefile index 1eb916703..b8ee2c137 100644 --- a/iokit/IOKit/ata/Makefile +++ b/iokit/IOKit/ata/Makefile @@ -10,13 +10,14 @@ export LCLDIR = $(IOKIT_FRAMEDIR)/PrivateHeaders include $(MakeInc_cmd) include $(MakeInc_def) -MI_DIR = ata +MD_DIR = ata NOT_EXPORT_HEADERS = IOATADevice_Reference.h IOATACommand_Reference.h \ - IOATAController_Reference.h IOATADriver_Reference.h + IOATAController_Reference.h IOATADriver_Reference.h \ + IOATAStandardInterface.h -INSTINC_SUBDIRS = ata-device ata-standard +INSTINC_SUBDIRS = INSTINC_SUBDIRS_PPC = -INSTINC_SUBDIRS_I386 = +INSTINC_SUBDIRS_I386 = ata-device EXPINC_SUBDIRS = ${INSTINC_SUBDIRS} EXPINC_SUBDIRS_PPC = ${INSTINC_SUBDIRS_PPC} @@ -24,14 +25,12 @@ EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386} ALL_HEADERS = $(shell (cd $(SOURCE); echo *.h)) -INSTALL_MI_LIST = -INSTALL_MI_LCL_LIST = "" +INSTALL_MD_LIST = +INSTALL_MD_LCL_LIST = "" +INSTALL_MD_DIR = $(MD_DIR) -INSTALL_MI_DIR = $(MI_DIR) - -EXPORT_MI_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS)) - -EXPORT_MI_DIR = IOKit/$(MI_DIR) +EXPORT_MD_LIST = $(filter-out $(NOT_EXPORT_HEADERS), $(ALL_HEADERS)) +EXPORT_MD_DIR = IOKit/$(MD_DIR) include $(MakeInc_rule) include $(MakeInc_dir)