diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-03-10 23:17:33 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-03-10 23:23:35 +0100 |
| commit | f5826164936359560ef5b88b97fc953065eb7794 (patch) | |
| tree | 812d0c5fa6b03a639fc3a7f46ccd86df9bef0d95 /kernel/Makefile | |
| parent | eb3b263b11e90902841dc21c5a55c45e59128542 (diff) | |
pci_info: get_ vendor/class/subclass/progif _str
Diffstat (limited to 'kernel/Makefile')
| -rw-r--r-- | kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 539fa45..b168ee0 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -24,6 +24,7 @@ OBJS = \ src/cpu/tss.o \ src/devices/disc.o \ src/devices/keyboard.o \ + src/devices/pci_info.o \ src/devices/pci.o \ src/devices/serial.o \ src/devices/timer.o \ |
