Changeset 250
- Timestamp:
- Jul 20, 2017, 1:17:49 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.x86
r247 r250 30 30 # Objects to be linked for the soclib drivers library 31 31 DRIVERS_OBJS = build/kernel/drivers/soclib_mmc.o \ 32 build/kernel/drivers/soclib_xcu.o \33 32 build/kernel/drivers/ioc_ata.o \ 34 33 build/kernel/drivers/pic_apic.o \ -
trunk/hal/x86_64/core/hal_drivers.c
r247 r250 25 25 #include <hal_internal.h> 26 26 27 #include <soclib_xcu.h>28 27 #include <ioc_ata.h> 29 28 #include <pic_apic.h>
Note: See TracChangeset
for help on using the changeset viewer.