]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/ata/Makefile
xnu-201.tar.gz
[apple/xnu.git] / iokit / IOKit / ata / Makefile
index 1eb916703630efdc964456bc271a874372163ee1..b8ee2c137f4c2d963a4e11781c1116466f8c2e6f 100644 (file)
@@ -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)