Changeset 250 for trunk


Ignore:
Timestamp:
Jul 20, 2017, 1:17:49 PM (7 years ago)
Author:
max@…
Message:

Remove XCU on x86; not sure if it's still useful on TSAR...

Location:
trunk
Files:
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.x86

    r247 r250  
    3030# Objects to be linked for the soclib drivers library
    3131DRIVERS_OBJS = build/kernel/drivers/soclib_mmc.o  \
    32                build/kernel/drivers/soclib_xcu.o  \
    3332               build/kernel/drivers/ioc_ata.o     \
    3433               build/kernel/drivers/pic_apic.o    \
  • trunk/hal/x86_64/core/hal_drivers.c

    r247 r250  
    2525#include <hal_internal.h>
    2626
    27 #include <soclib_xcu.h>
    2827#include <ioc_ata.h>
    2928#include <pic_apic.h>
Note: See TracChangeset for help on using the changeset viewer.