aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb')
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Family/Yangtze/Makefile.inc10
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Makefile.inc16
2 files changed, 26 insertions, 0 deletions
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Family/Yangtze/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Family/Yangtze/Makefile.inc
new file mode 100644
index 0000000000..70223b628a
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Family/Yangtze/Makefile.inc
@@ -0,0 +1,10 @@
+libagesa-y += YangtzeEhciEnvService.c
+libagesa-y += YangtzeEhciLateService.c
+libagesa-y += YangtzeEhciMidService.c
+libagesa-y += YangtzeOhciEnvService.c
+libagesa-y += YangtzeOhciLateService.c
+libagesa-y += YangtzeOhciMidService.c
+libagesa-y += YangtzeXhciEnvService.c
+libagesa-y += YangtzeXhciLateService.c
+libagesa-y += YangtzeXhciMidService.c
+libagesa-y += YangtzeXhciResetService.c
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Makefile.inc b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Makefile.inc
new file mode 100644
index 0000000000..d1f1876d43
--- /dev/null
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/Usb/Makefile.inc
@@ -0,0 +1,16 @@
+libagesa-y += EhciEnv.c
+libagesa-y += EhciLate.c
+libagesa-y += EhciMid.c
+libagesa-y += EhciReset.c
+libagesa-y += OhciEnv.c
+libagesa-y += OhciLate.c
+libagesa-y += OhciMid.c
+libagesa-y += OhciReset.c
+libagesa-y += UsbEnv.c
+libagesa-y += UsbLate.c
+libagesa-y += UsbMid.c
+libagesa-y += UsbReset.c
+libagesa-y += XhciEnv.c
+libagesa-y += XhciLate.c
+libagesa-y += XhciMid.c
+libagesa-y += XhciReset.c