Changeset View
Changeset View
Standalone View
Standalone View
sys/modules/ufshci/Makefile
- This file was added.
| .PATH: ${SRCTOP}/sys/dev/ufshci | |||||
| KMOD = ufshci | |||||
| SRCS = ufshci.c \ | |||||
| ufshci_pci.c \ | |||||
| ufshci_ctrlr.c \ | |||||
| ufshci_dev.c \ | |||||
| ufshci_ctrlr_cmd.c \ | |||||
| ufshci_uic_cmd.c \ | |||||
| ufshci_req_queue.c \ | |||||
| ufshci_req_sdb.c \ | |||||
| ufshci_sim.c \ | |||||
| ufshci_sysctl.c \ | |||||
| bus_if.h \ | |||||
| device_if.h \ | |||||
| opt_cam.h \ | |||||
| pci_if.h | |||||
imp: Looks like cam.h includes this...
| |||||
Done Inline ActionsRemoved. Thanks! jaeyoon: Removed. Thanks! | |||||
Done Inline ActionsAh, I think was wasn't communicating well... It's still needed, but otherwise unreferenced in this change set. It was more of a note to others that it was needed. Sorry that I wasn't clear and created extra work for you. imp: Ah, I think was wasn't communicating well... It's still needed, but otherwise unreferenced in… | |||||
Done Inline ActionsI misunderstood the comment. I've reverted it. jaeyoon: I misunderstood the comment. I've reverted it.
Thank you! | |||||
| EXPORT_SYMS= YES | |||||
| .include <bsd.kmod.mk> | |||||
Looks like cam.h includes this...