projects
/
apple
/
xnu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
xnu-201.tar.gz
[apple/xnu.git]
/
iokit
/
IOKit
/
ata
/
ata-device
/
Makefile
diff --git
a/iokit/IOKit/ata/ata-device/Makefile
b/iokit/IOKit/ata/ata-device/Makefile
index 9b8dbeafaabb10ea6443b3fe78afe0293ce42dd0..c8b895fcf82db4369d897feb3ba13c81e0e89c01 100644
(file)
--- a/
iokit/IOKit/ata/ata-device/Makefile
+++ b/
iokit/IOKit/ata/ata-device/Makefile
@@
-10,7
+10,7
@@
export LCLDIR = $(IOKIT_FRAMEDIR)/PrivateHeaders
include $(MakeInc_cmd)
include $(MakeInc_def)
include $(MakeInc_cmd)
include $(MakeInc_def)
-M
I
_DIR = ata/ata-device
+M
D
_DIR = ata/ata-device
NOT_EXPORT_HEADERS =
INSTINC_SUBDIRS =
NOT_EXPORT_HEADERS =
INSTINC_SUBDIRS =
@@
-23,14
+23,12
@@
EXPINC_SUBDIRS_I386 = ${INSTINC_SUBDIRS_I386}
ALL_HEADERS = $(shell (cd $(SOURCE); echo *.h))
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)
include $(MakeInc_rule)
include $(MakeInc_dir)