code runs until ohci_lowlevel_init() but can't continue since pci_get_resource() is not implemented yet
This commit is contained in:
3
Makefile
3
Makefile
@@ -10,7 +10,7 @@
|
||||
|
||||
# can be either "Y" or "N" (without quotes). "Y" for using the m68k-elf-, "N" for using the m68k-atari-mint
|
||||
# toolchain
|
||||
COMPILE_ELF=N
|
||||
COMPILE_ELF=Y
|
||||
|
||||
ifeq (Y,$(COMPILE_ELF))
|
||||
TCPREFIX=m68k-elf-
|
||||
@@ -84,6 +84,7 @@ CSRCS= \
|
||||
$(SRCDIR)/MCD_tasksInit.c \
|
||||
\
|
||||
$(SRCDIR)/usb.c \
|
||||
$(SRCDIR)/usb_mem.c \
|
||||
$(SRCDIR)/ohci-hcd.c \
|
||||
$(SRCDIR)/ehci-hcd.c \
|
||||
\
|
||||
|
||||
Reference in New Issue
Block a user