Makefile 345 B

12345678910111213
  1. #
  2. # Makefile for the SystemH specific parts of the kernel
  3. #
  4. obj-y := setup.o irq.o io.o
  5. # XXX: This wants to be consolidated in arch/sh/drivers/pci, and more
  6. # importantly, with the generic sh7751_pcic_init() code. For now, we'll
  7. # just abuse the hell out of kbuild, because we can..
  8. obj-$(CONFIG_PCI) += pci.o
  9. pci-y := ../../se/7751/pci.o