diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-03-06 01:59:33 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-03-06 01:59:33 +0100 |
| commit | bd0616e6e76d5b56414a6c77131a9bb63cf5e985 (patch) | |
| tree | 406836fba0660df3dc5666d2c1e341d118553f68 /kernel/Makefile | |
| parent | fbc2cc52c8a38c3c63a34f5547ba7c4209a667ac (diff) | |
parsing pcie MCFG table
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 d1c8d32..539fa45 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.o \ src/devices/serial.o \ src/devices/timer.o \ src/fs/ext2.o \ |
